From 2ba6bf8873710c83f77e44fc9d75557b039143b9 Mon Sep 17 00:00:00 2001 From: Marius Mutu Date: Mon, 22 Dec 2025 00:32:38 +0200 Subject: [PATCH] fix: Change plugin name from 'auto-build' to 'ab' in marketplace.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index b27793d..fd5d485 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -8,7 +8,7 @@ }, "plugins": [ { - "name": "auto-build", + "name": "ab", "source": "./plugin", "description": "Spec-driven build orchestration with git worktree isolation and session memory", "version": "1.0.0",