| name | doc-coherence |
| description | Keep enterprise documentation coherent across the repo — version, CHANGELOG, ADRs, READMEs, schemas, llms.txt, and agentic surface counts — driven by check_doc_coherence.py (rule 16, ADR-031) |
| allowed-tools | ["Read","Grep","Glob","Edit","Write","Bash(python3:*)","Bash(git:*)"] |
| when_to_use | Use after any change that touches a fact restated across documents: a new/withdrawn ADR, a new rule/skill/workflow, an anti-pattern added, a version bump or release, a schema change. Examples: 'sync the docs', 'fix doc drift', 'prepare the changelog', 'update llms.txt', 'the coherence gate is failing', 'I added an ADR — propagate it'.
|
| argument-hint | [--check | --fix | --release <vX.Y.Z>] |
| arguments | ["mode"] |
| authorization_mode | {"run_gate":"AUTO","apply_doc_fixes":"AUTO","bump_version":"CONSULT","edit_public_api_docs":"CONSULT","escalation_triggers":[{"delete_or_renumber_adr":"STOP"},{"gate_still_red_after_fix":"CONSULT"},{"changelog_rewrite_history":"STOP"}]} |