Audit and maintain AI-agent context documentation for the deck repository. Use when work involves AGENTS.md, .x/* guides, module lifecycle/status docs, navigation/index links, historical-vs-current boundaries, or verifying that context docs match real repo structure, workspace manifests, commands, and active module behavior.
Keep AI-facing docs accurate, navigable, and aligned with repository truth.
Primary targets:
AGENTS.md.x/README.md.x/project-overview.md.x/module-status.md.x/guide-*.md.x/v0.1/* boundary wording (historical-only intent)bash skills/deck-context-doc-maintainer/scripts/audit-context.sh
AGENTS.md and .x/README.md..x/project-overview.md differs from pnpm-workspace.yaml, go.work, pyproject.toml..x/module-status.md status is inconsistent with generated/placeholder/active reality..x/coding-standards.md conflicts with effective lint/tool rules.rg and find over manual scanning.node scripts/check_docs_entry.mjs
# Baseline context audit
bash skills/deck-context-doc-maintainer/scripts/audit-context.sh
# Link and module matrix validation
node scripts/check_docs_entry.mjs
# Quick workspace truth check
sed -n '1,120p' pnpm-workspace.yaml
sed -n '1,120p' go.work
sed -n '1,120p' pyproject.toml
references/review-checklist.mdscripts/audit-context.shUse the checklist when generating review findings or implementation plans for doc alignment.