Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:00 +08:00
commit cdccb5e4dd
22 changed files with 3041 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "task-orchestration",
"description": "Meta-package: Installs all task-orchestration components (commands + agents + hooks)",
"version": "3.0.0",
"author": {
"name": "Ossie Irondi",
"email": "admin@kamdental.com",
"url": "https://github.com/AojdevStudio"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}