Skip to content

Commit 81ce6d3

Browse files
committed
fix: remove redundant SkillForge patterns subsumed by blanket skill exclusion
The blanket ".claude/skills/**" pattern at line 135 already covers all paths under .claude/skills/, making the specific SKILL_SPEC.md, SKILL_SPEC.xml, and PHASE1_ANALYSIS.md patterns redundant dead entries. This is the same class of redundancy that was already fixed for the duplicate ".factory/**" entry in this PR.
1 parent a653ea2 commit 81ce6d3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.markdownlint-cli2.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ ignores:
139139
# TODO: Remove this exclusion after the linting fix PR merges
140140
- ".github/agents/**/*.agent.md"
141141

142-
# SkillForge specification files - These are XML files with .md extension used by the
143-
# SkillForge skill generation process. Markdown linting is not applicable to XML content.
144-
- ".claude/skills/**/SKILL_SPEC.md"
145-
- ".claude/skills/**/SKILL_SPEC.xml"
146-
- ".claude/skills/**/PHASE1_ANALYSIS.md"
147-
148142
# CLAUDE.md files are managed by the claude-mem plugin which prepends <claude-mem-context>
149143
# HTML tags, violating MD033 and MD041. These are tool-managed metadata, not authored markdown.
150144
- "**/CLAUDE.md"

0 commit comments

Comments
 (0)