Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:51:21 +08:00
commit 6b4cf5895e
24 changed files with 4061 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "hc",
"description": "Nano-sized framework enforcing built-in tool usage, parallel operations, and systematic development workflows with specialized agents and commands",
"version": "1.0.0",
"author": {
"name": "rbonestell",
"url": "https://github.com/rbonestell"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}