carryctx 0.0.2

Persistent project context for coding agents
1
2
3
4
5
6
7
8
pub mod config;
pub mod filesystem;
pub mod git;
pub mod sqlite;
pub mod sqlite_repos;
pub mod terminal;
pub mod unit_of_work;
pub mod xdg;