What problem does it solve?
Repositories often have scattered, stale, or inconsistent documentation that drifts from the codebase and becomes unreliable for developers and AI agents. eo-doc-manager centralizes documentation under eo-doc/, enforces a code-first generation approach, and automates incremental and full rebuilds so docs reflect actual code and recent changes.
Core Features & Use Cases
- Init: create eo-doc/ directory skeleton, INDEX.md files, templates/ placeholder, and a .sync-cursor baseline.
- Sync (incremental): drive doc changes from git diff to update doc/, agent-handbook/, design/ impl status, and all INDEX.md entries.
- Re-sync (full rebuild): scan source code to regenerate doc/ and agent-handbook/, preserve human-authored design/research content, and reset the sync baseline.
- Modify / Select / Query: parse and route natural-language or explicit commands to create, split, and search documents by tags and keywords.
- Governance: manage CLAUDE.md injection, frontmatter validation, impl_coverage tracking, and consistency checks between design/doc/agent-handbook.
Quick Start
Use the eo-doc-manager skill to sync documentation for the latest commit range and update eo-doc/INDEX.md.