Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:01:45 +08:00
commit befff05008
38 changed files with 9964 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "complete-workflow-system",
"description": "Full development workflow: /think → /code → /test → /review → /validate with SOW-based validation",
"version": "0.0.0-2025.11.28",
"author": {
"name": "thkt",
"email": "zhongweili@tubi.tv"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}