Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:44 +08:00
commit abfd119745
5 changed files with 631 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "coder-flow-plugin",
"description": "Flow development plugin with designer and developer agents",
"version": "1.0.3",
"author": {
"name": "Your Team"
},
"agents": [
"./agents"
]
}