lean-ctx 2.16.6

Context Intelligence Engine with CCP. 25 MCP tools, 90+ compression patterns, cross-session memory (CCP), persistent AI knowledge, multi-agent sharing, LITM-aware positioning. Supports 23 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 filters;
pub mod graph_index;
pub mod intent_engine;
pub mod knowledge;
pub mod litm;
pub mod mode_predictor;
pub mod neural;
pub mod patterns;
pub mod preservation;
pub mod protocol;
pub mod quality;
pub mod semantic_chunks;
pub mod session;
pub mod signatures;
#[cfg(feature = "tree-sitter")]
pub mod signatures_ts;
pub mod slow_log;
pub mod stats;
pub mod surprise;
pub mod symbol_map;
pub mod task_briefing;
pub mod task_relevance;
pub mod theme;
pub mod tokens;
pub mod updater;
pub mod vector_index;
pub mod version_check;
pub mod wrapped;