carryctx 0.0.1

Persistent project context for coding agents
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod agent;
pub mod checkpoint;
pub mod collaboration;
pub mod config_cmd;
pub mod continuity;
pub mod doctor;
pub mod event;
pub mod init;
pub mod progress;
pub mod project_mgmt;
pub mod runtime;
pub mod session;
pub mod skill;
pub mod task;
pub mod worktree;