What problem does it solve?
Prevent documentation drift by auditing top-level docs against recent code changes, ensuring shipped capabilities aren’t missing and “coming soon” or “not supported” claims don’t linger after release.
Core Features & Use Cases
- Drift detection from git history: Scans commits since the last review cursor to identify notable feature, breaking, and structural changes.
- Targeted audits of key docs: Checks README.md, doc/SPEC.md, and doc/PRODUCT.md for false negatives, false positives, and quickstart/feature/“works with” accuracy.
- Minimal, low-churn remediation: Creates a docs-update branch and proposes the smallest factual edits possible, then opens a PR (or just advances the cursor if no edits are needed).
- Change-driven coverage: Uses the audit checklist and section map to focus review effort on the most likely doc hotspots for each change category.
Quick Start
Ask the agent: “Run doc maintenance to audit README.md, doc/SPEC.md, and doc/PRODUCT.md for drift since the last review, then open a PR with minimal accuracy fixes.”