.claude/rules/presentation: switch Glob heading to paths: YAML frontmatter
The '# Glob: presentation/**' markdown heading was not parsed as scoping metadata — Claude Code only reads YAML frontmatter with paths: for path-specific rule loading. Without proper frontmatter, the file loaded into every session instead of only presentation/** work. Now correctly scoped via paths: ["presentation/**"] with H1 'Presentation Delegation'. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,9 @@
|
|||||||
# Glob: presentation/**
|
---
|
||||||
|
paths:
|
||||||
|
- "presentation/**"
|
||||||
|
---
|
||||||
|
|
||||||
|
# Presentation Delegation
|
||||||
|
|
||||||
## Delegation Rule
|
## Delegation Rule
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user