Initial release: aircontext
This commit is contained in:
11
pyproject.toml
Normal file
11
pyproject.toml
Normal 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"]
|
||||
Reference in New Issue
Block a user