What problem does it solve?
Docs quickly fall out of date after refactors, leaving incorrect commands, paths, config keys, and version claims that waste time and cause broken workflows.
Core Features & Use Cases
- Verifies checkable documentation claims: commands, file paths, function/class signatures, config keys/values, environment variables, version constraints, internal links/anchors, and documented exit codes/error messages.
- Grounds fixes in the actual codebase: proposes corrections by reading the target repository’s implementation and conventions rather than rewriting based on guesswork.
- Supports cross-repo doc auditing: validates docs that may live in a different repository than the current working directory by deriving the target repo root and loading the target’s skill context when available.
Quick Start
Run docsync on the file you want to verify, for example audit README.md or docs/*.md for drift and let it propose corrected text aligned to the current code.