Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:52:54 +08:00
commit cee0232781
11 changed files with 4339 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "specweaver",
"description": "Comprehensive feature development workflow with spec-driven implementation, atomic phasing, and multi-agent collaboration",
"version": "1.0.0",
"author": {
"name": "RoniLeor",
"email": "noreply@github.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}