repograph 0.3.1

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
//! Subcommand handlers — one module per command.

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