carryctx 0.8.1

Local-first project lifecycle control for coding agents and human collaborators.
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;