carryctx 0.4.0

Local-first memory for coding agents — resume tasks, checkpoints, and context across windows, sessions, and worktrees.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 graph;
pub mod ids;
pub mod preset;
pub mod progress;
pub mod session;
pub mod task;