Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:17:25 +08:00
commit 622d2c968d
12 changed files with 450 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "context-toolkit",
"description": "Implements the CONTEXT.md workflow system for managing human-authored context and agent-ready briefings in Claude Code",
"version": "1.0.0",
"author": {
"name": "Daniel Rosehill",
"email": "public@danielrosehill.com",
"url": "https://danielrosehill.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}