Initial Auto-Build plugin structure
This commit is contained in:
18
.claude-plugin/marketplace.json
Normal file
18
.claude-plugin/marketplace.json
Normal 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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user