lean-ctx 3.9.8

Context Runtime for AI Agents with CCP. 71 MCP tools, 10 read modes, 95+ compression patterns, cross-session memory (CCP), persistent AI knowledge with temporal facts + contradiction detection, multi-agent context sharing, LITM-aware positioning, AAAK compact format, adaptive compression with Thompson Sampling bandits. Supports 24+ AI tools. Reduces LLM token consumption by up to 99%.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
/* Personal view (/me) — additions on top of the shared console design system
   (base.css). Only what differs lives here; tokens/components are inherited. */

/* The personal view is narrower: it renders one person, not an org. */
.content{max-width:1080px}

/* Team badge next to the person name in the topbar. */
.who-team{
  display:inline-block;margin-left:8px;padding:1px 8px;border-radius:999px;
  border:1px solid var(--border-light);color:var(--muted);
  font-family:var(--mono);font-size:10px;vertical-align:2px;
}