lean-ctx 2.12.7

Context Intelligence Engine with CCP. 24 MCP tools, 90+ compression patterns, cross-session memory (CCP), persistent AI knowledge, multi-agent sharing, LITM-aware positioning. Supports 18+ AI tools. Reduces LLM token consumption by up to 99%.
Documentation
pub mod adaptive;
pub mod adaptive_thresholds;
pub mod agents;
pub mod attention_model;
pub mod benchmark;
pub mod cache;
pub mod codebook;
pub mod compressor;
pub mod config;
pub mod deps;
pub mod entropy;
pub mod feedback;
pub mod graph_index;
pub mod knowledge;
pub mod litm;
pub mod mode_predictor;
pub mod patterns;
pub mod preservation;
pub mod protocol;
pub mod quality;
pub mod session;
pub mod signatures;
#[cfg(feature = "tree-sitter")]
pub mod signatures_ts;
pub mod slow_log;
pub mod stats;
pub mod symbol_map;
pub mod task_relevance;
pub mod theme;
pub mod tokens;
pub mod updater;
pub mod vector_index;
pub mod version_check;
pub mod wrapped;