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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod cli;
pub mod cloud_client;
pub mod core;
pub mod dashboard;
pub mod doctor;
pub mod hooks;
pub mod mcp_stdio;
pub mod report;
pub mod rules_inject;
pub mod server;
pub mod setup;
pub mod shell;
pub mod terminal_ui;
pub mod tools;
pub mod uninstall;