cotext 0.1.3

Structured project context for humans and coding agents, with a CLI and ratatui TUI.
Documentation
1
2
3
4
5
6
7
8
mod agents;
mod cli;
mod model;
mod render;
mod storage;
mod tui;

pub use cli::run;