You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update AGENTS.md hierarchy with current counts and code map (#314)
- Root AGENTS.md: test files 11→14, TypeScript 5.7+→6.x, code map line
numbers updated from LSP, add INTERNAL_AGENT_SIGNATURES and
TOOL_NAME_MAP to code map, add content-integrity gate to Where to Look
and Notes, update generated stamp
- docs/AGENTS.md: skills pages 48→45, agents pages 29→50, fix category
list (add document-review), remove CEP sync reference
- src/lib/AGENTS.md: add TOOL_NAME_MAP and INTERNAL_AGENT_SIGNATURES to
module tables
Each run cleans output dirs before regenerating. Index pages (`index.mdx`) are dynamically generated from the same enumerated entries using Starlight `CardGrid`/`LinkCard` components. Agents are grouped by category (design/docs/research/review/workflow). Slug collisions abort with error.
52
+
Each run cleans output dirs before regenerating. Index pages (`index.mdx`) are dynamically generated from the same enumerated entries using Starlight `CardGrid`/`LinkCard` components. Agents are grouped by category (design/docs/document-review/research/review/workflow). Slug collisions abort with error.
53
53
54
-
NOTE: `commands/` is empty (all commands converted to skills in upstream CEP sync). The generation script may still have command handling code but produces no command pages from current source.
54
+
NOTE: `commands/` is empty (all commands converted to skills). The generation script may still have command handling code but produces no command pages from current source.
0 commit comments