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>
This commit is contained in:
2025-12-22 00:32:38 +02:00
parent e4abf090ed
commit 2ba6bf8873

View File

@@ -8,7 +8,7 @@
}, },
"plugins": [ "plugins": [
{ {
"name": "auto-build", "name": "ab",
"source": "./plugin", "source": "./plugin",
"description": "Spec-driven build orchestration with git worktree isolation and session memory", "description": "Spec-driven build orchestration with git worktree isolation and session memory",
"version": "1.0.0", "version": "1.0.0",