agents-docs-manager 0.1.1

Manage AGENTS.md and Docs markdown indexes for agent-oriented repositories.
1
2
3
4
5
6
7
8
9
mod inspection;
mod patch;
mod service;
mod sync;
pub mod types;

pub use inspection::{check, tree};
pub use service::{create, delete, fix, list, patch, rename_unique};
pub use sync::sync_index;