repograph 0.3.0

CLI for registering, grouping, and exposing local git repositories 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;