Files
auto-build/.claude-plugin/marketplace.json
Marius Mutu 2ba6bf8873 fix: Change plugin name from 'auto-build' to 'ab' in marketplace.json
Fixes plugin discovery - the marketplace name must match what users install.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 00:32:38 +02:00

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.0",
"keywords": ["build", "spec", "automation", "worktree", "qa"]
}
]
}