Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:23:53 +08:00
commit 81608d866c
11 changed files with 1226 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "cognitive-orchestration",
"description": "Maximum cognitive diversity orchestration with multi-expert collaboration, structured disagreement, and breakthrough thinking protocols.",
"version": "1.0.0",
"author": {
"name": "DotClaude",
"url": "https://github.com/dotclaude"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}