From 08cf087a16d7b75cd23cf5f97cc5f684431a3058 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Mon, 20 Apr 2026 00:07:52 +0500 Subject: [PATCH] .claude/rules/presentation: switch Glob heading to paths: YAML frontmatter MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/rules/presentation.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.claude/rules/presentation.md b/.claude/rules/presentation.md index dfcc177..8f25950 100644 --- a/.claude/rules/presentation.md +++ b/.claude/rules/presentation.md @@ -1,4 +1,9 @@ -# Glob: presentation/** +--- +paths: + - "presentation/**" +--- + +# Presentation Delegation ## Delegation Rule