Includes AirPlan design documents, AircOding-alpha1-plan, AirPlanV2, AirPlan-ParaV2, AirPlan-Para V1 reference docs, and all working code changes across packages. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1.0 KiB
Executable File
1.0 KiB
Executable File
AirContext (per-project)
This directory configures AirContext for this project. It was created the
first time you ran aircontext here.
Files
config.yaml— backend (LLM), trigger threshold, compaction optionsrules.md— compression rules sent to the LLM as system promptstate.json— runtime state (do not edit; managed by the plugin)snapshots/— backup of each JSONL before compaction; keep or delete freely
Getting started
- Open
config.yaml, setbackend.endpoint/backend.model/backend.api_key. The default targets DeepSeek; replace with Ollama or any OpenAI-compatible server as needed. For Ollama setendpoint: http://localhost:11434/v1and any non-emptyapi_key. - Tune
trigger.threshold(default 0.6 = compact at 60% of model context). - Edit
rules.mdto bias summaries toward what your project considers important. - Re-run
aircontextfrom this directory.
Disabling auto compaction temporarily
Run /aircontext-pause inside Claude Code, or set safety.dry_run: true in
config.yaml.