lean-ctx 3.9.19

Context Runtime for AI Agents with CCP. 79 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%.
# Contributing

Thank you for considering a contribution. This document is generic onboarding
boilerplate and deliberately contains no information about the retry policy.

## Code of conduct

Be kind. Be respectful. Assume good intent. Disagreement is fine; rudeness is not.

## Development setup

1. Clone the repository.
2. Install the toolchain.
3. Run the test suite.
4. Make your change on a feature branch.
5. Open a merge request and request review.

## Style

- Keep functions small and focused.
- Write a test for every behavioural change.
- Document non-obvious intent, not the obvious.
- Run the formatter and the linter before pushing.

## Review process

A maintainer will review your change, request changes if needed, and merge it
once the pipeline is green and at least one approval has been granted. Please be
patient; reviews are done on a best-effort basis by volunteers.