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

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "aircontext-plugin"
version = "0.1.0"
description = "Claude Code plugin for rule-driven, automated context compaction with auto-resume."
requires-python = ">=3.10"
dependencies = [
"pyyaml>=6.0",
]
[project.optional-dependencies]
dev = ["pytest>=8.0"]