Skip to content

Commit 1888737

Browse files
clevin95claude
andauthored
Fix GLOBAL_EXCLUDES regex for generated skills directories (#69)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 4cd809b commit 1888737

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ const HOOKS: Record<HookName, Hook> = {
484484
/** Files that match this pattern should never be processed */
485485
const GLOBAL_EXCLUDES = (() => {
486486
const FOLDER_EXCLUDES = [
487-
".claude/skills/generated_*",
487+
"\\.claude/skills/generated_[^/]+",
488488
"build",
489489
"node_modules",
490490
];

0 commit comments

Comments
 (0)