Initial Auto-Build plugin structure

This commit is contained in:
2025-12-21 23:29:55 +02:00
commit 7e4912add2
30 changed files with 3274 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "roa2web-tools",
"owner": {
"name": "ROA2WEB Team"
},
"metadata": {
"description": "Auto-Build plugin for spec-driven development workflows"
},
"plugins": [
{
"name": "auto-build",
"source": "./plugin",
"description": "Spec-driven build orchestration with git worktree isolation and session memory",
"version": "1.0.0",
"keywords": ["build", "spec", "automation", "worktree", "qa"]
}
]
}