.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:
Shayan Rais
2026-04-20 00:07:52 +05:00
parent 29e19dfbe0
commit 08cf087a16
+6 -1
View File
@@ -1,4 +1,9 @@
# Glob: presentation/**
---
paths:
- "presentation/**"
---
# Presentation Delegation
## Delegation Rule