repograph 0.4.0

Register, group, and expose local git repos as structured context for AI agents
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Subcommand handlers — one module per command.

pub mod add;
pub mod completions;
pub mod context;
pub mod doctor;
pub mod edit;
pub mod find;
pub mod index;
pub mod init;
pub mod list;
pub mod remove;
pub mod status;
pub mod switch;
pub mod update;
pub mod workspace;