carryctx 0.1.0

Persistent project context for coding agents
1
2
3
4
5
6
pub mod adapter;
pub mod application;
pub mod domain;
pub mod error;
pub mod output;
pub mod repository;