Skip to content

Commit 4f25b1a

Browse files
committed
Fixed theme zip excluding agent docs
The broad theme zip task could include the agent guidance files added to the theme root. Added explicit exclusions for AGENTS.md and CLAUDE.md so generated theme archives stay limited to runtime theme content.
1 parent 7977c20 commit 4f25b1a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ function zipper(done) {
8181
'!dist', '!dist/**',
8282
'!yarn-error.log',
8383
'!yarn.lock',
84+
'!AGENTS.md',
85+
'!CLAUDE.md',
8486
'!gulpfile.js'
8587
]),
8688
zip(filename),

0 commit comments

Comments
 (0)