Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:47:43 +08:00
commit 3478f1b4e3
25 changed files with 2166 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "claude-constructor",
"description": "A workflow automation system that helps Claude Code implement features systematically with built-in planning, validation, and review steps",
"version": "1.1.0",
"author": {
"name": "Jonas Martinsson & Anders Hassis",
"url": "https://github.com/Hurblat/claude-constructor/graphs/contributors"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}