Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:39 +08:00
commit bb966f5886
35 changed files with 8872 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "catalyst-dev",
"description": "Complete development workflow: research → plan → implement → validate → ship. Includes research agents, planning tools, handoff system, Linear integration, and PM commands.",
"version": "3.0.1",
"author": {
"name": "Coalesce Labs",
"email": "github@rozich.com",
"url": "https://github.com/coalesce-labs"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}