carryctx 0.0.3

Persistent project context for coding agents
1
2
3
4
5
6
7
8
9
10
11
12
pub mod agent;
pub mod checkpoint;
pub mod collaboration;
pub mod config;
pub mod context;
pub mod dependency;
pub mod duration;
pub mod git_snapshot;
pub mod ids;
pub mod progress;
pub mod session;
pub mod task;