agents-docs-manager 0.1.0

Manage AGENTS.md and Docs markdown indexes for agent-oriented repositories.
1
2
3
4
5
6
pub mod error;
pub mod index;
pub mod markdown;
pub mod output;
pub mod paths;
pub mod workspace;