Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:14:41 +08:00
commit 1589849890
8 changed files with 2666 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "catalyst-meta",
"description": "Workflow discovery and creation tools: learn from community patterns and extend Catalyst with new workflows.",
"version": "2.0.1",
"author": {
"name": "Coalesce Labs",
"email": "hello@coalesce.dev",
"url": "https://github.com/coalesce-labs"
},
"commands": [
"./commands"
]
}