lean-ctx 3.8.12

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
{
  "$schema": "https://leanctx.dev/schema/addon-registry-v1.json",
  "registry_version": 1,
  "addons": [
    {
      "addon": {
        "name": "lmd",
        "display_name": "Lean-MarkDown (LMD)",
        "description": "Directive-driven Markdown for agent plans. Reusable macros, phase-isolation and single-sourcing keep plans token-lean and cache-safe — written hard against lean-ctx, inspired by MarkdownAI.",
        "author": "dasTholo",
        "homepage": "https://github.com/dasTholo/lean-ctx/tree/feat-lmd-v1",
        "license": "Apache-2.0",
        "categories": ["plans", "workflow"],
        "keywords": ["markdown", "plans", "macros", "directives", "phase-isolation", "subagents"],
        "min_lean_ctx": "3.8.0"
      }
    }
  ]
}