Initial release: aircontext

This commit is contained in:
admin
2026-05-18 11:45:08 +08:00
commit 5914cfb9cd
32 changed files with 1981 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
description: Install AirContext templates into the current project
allowed-tools: Bash
---
Run the initialiser to create or repair `AirContext/` in the current project root.
After it completes, tell the user to edit `AirContext/config.yaml` (specifically
`backend.api_key` and `backend.endpoint`) before relying on automatic compaction.
```!
python "${CLAUDE_PLUGIN_ROOT}/scripts/cmd_init.py"
```