Files
2025-11-30 08:51:21 +08:00

18 lines
399 B
JSON

{
"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"
]
}