Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:39:24 +08:00
commit 7e16d8a2a1
40 changed files with 16981 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "specswarm",
"description": "Complete software development toolkit: spec-driven workflows, autonomous orchestration, lifecycle management (bugfix/modify/refactor), quality validation, and performance monitoring. v3.5.0: 5th core workflow (modify) + README simplification (670→400 lines) + comprehensive docs (COMMANDS.md, SETUP.md, FEATURES.md). v3.4.0: Confidence-based auto-execution. v3.3.9: MANDATORY/ALWAYS directive descriptions.",
"version": "3.5.0",
"author": {
"name": "Marty Bonacci",
"url": "https://github.com/MartyBonacci"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}