Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:54:24 +08:00
commit cfdfb1c17b
5 changed files with 210 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "context-manager",
"description": "Efficient context management with chunked conversation summarization",
"version": "1.0.0",
"author": {
"name": "Sceleratis"
},
"commands": [
"./commands"
]
}