19 lines
483 B
JSON
19 lines
483 B
JSON
{
|
|
"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"
|
|
]
|
|
} |