retro-core 0.3.1

Core library for retro, the active context curator for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod analysis;
pub mod audit_log;
pub mod config;
pub mod curator;
pub mod db;
pub mod errors;
pub mod git;
pub mod ingest;
pub mod lock;
pub mod models;
pub mod projection;
pub mod scrub;
pub mod util;