- Commands now use ${CLAUDE_PLUGIN_ROOT}/scripts/ for worktree scripts
- Directory .auto-build-data/ is created automatically when needed
- No manual setup required - plugin is self-contained
- Updated help.md, status.md, worktree.md, spec.md, build.md
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"name": "roa2web-tools",
|
|
"owner": {
|
|
"name": "ROA2WEB Team"
|
|
},
|
|
"metadata": {
|
|
"description": "Auto-Build plugin for spec-driven development workflows"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ab",
|
|
"source": "./plugin",
|
|
"description": "Spec-driven build orchestration with git worktree isolation and session memory",
|
|
"version": "1.0.2",
|
|
"keywords": ["build", "spec", "automation", "worktree", "qa"]
|
|
}
|
|
]
|
|
}
|