Skip to content

Commit 437d1d5

Browse files
committed
docs: add AgentSkill sync reminder to CLAUDE.md
When adding new anchors, contributors must also update the AgentSkill catalog to keep it in sync.
1 parent dfffe26 commit 437d1d5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,20 @@ Current categories (subject to MECE analysis in Issue #36):
274274
4. Commit: `feat: Add <Anchor Name> to <Category> section`
275275
5. Create PR for review
276276

277+
### ⚠️ AgentSkill Sync Required
278+
279+
When adding new anchors, **also update the AgentSkill catalog**:
280+
281+
```
282+
skill/semantic-anchor-translator/references/catalog.md
283+
```
284+
285+
The AgentSkill enables AI agents (Claude Code, Codex, Cursor, etc.) to recognize and suggest semantic anchors. If the catalog is not updated, new anchors won't be discoverable by agents using the skill.
286+
287+
**Checklist for new anchors:**
288+
- [ ] Add anchor to `docs/anchors/<name>.adoc`
289+
- [ ] Update `skill/semantic-anchor-translator/references/catalog.md` with the new entry
290+
277291
**Future (Post-Phase 3):**
278292
1. User creates GitHub Issue via template
279293
2. GitHub Actions validates with Copilot

0 commit comments

Comments
 (0)