Synchronize and update documentation across this pnpm-workspace monorepo. Use when requests involve updating docs, propagating command/path/config changes, validating doc consistency, or editing README, AGENTS.md, CLAUDE.md, .codex, .claude, .cursor, docs, or .github instruction files.
Keep documentation synchronized across root, workspace, and tooling docs so commands and conventions do not drift.
AGENTS.md as canonical. Keep CLAUDE.md as a symlink to AGENTS.md.CLAUDE.md directly. Edit AGENTS.md and verify the symlink still points correctly.Consider all relevant documentation targets:
README* (root and workspace)docs/****/AGENTS.md**/CLAUDE.md (verify link targets, do not directly edit).codex/**.claude/**.cursor/**.github/** including workflow docs and copilot-instructions.mdapps/*/README.mdpackages/*/README.mdrg --files -g 'README*' -g 'docs/**' -g '**/AGENTS.md' -g '**/CLAUDE.md' -g '.codex/**' -g '.claude/**' -g '.cursor/**' -g '.github/**'AGENTS.md rule changes, update linked guidance files that mirror it.pnpm formatpnpm lintpnpm typecheckpnpm test when doc updates affect behavior descriptions, test commands, or validation expectations.Always finish with:
Files changed: list each documentation file updated.What to review: call out text that needs human wording/accuracy review.Validation status: report results for pnpm format, pnpm lint, pnpm typecheck, and pnpm test (if run).