Skip to content

Commit 1e6f077

Browse files
stijnvanhulleStijn Van Hulleclaude
authored
fix(plugin): add renames map so template@stijnvanhulle migrates to toolkit (#175)
PR #160 renamed the marketplace plugin from `template` to `toolkit` without a `renames` entry. Per the Claude Code marketplace spec, renaming a plugin's `name` (or removing it from `plugins`) without a top-level `renames` map strands existing users: their `enabledPlugins` still reference the old `template@stijnvanhulle` key, which no longer resolves, and a fresh `/plugin install toolkit@stijnvanhulle` against a pre-rename cache reports `Plugin "toolkit" not found in marketplace "stijnvanhulle"`. Map `template` -> `toolkit` so Claude Code (v2.1.193+) auto-migrates the old key on load instead of erroring. Claude-Session: https://claude.ai/code/session_01JWMyC4GKPUPo2rCYvDQWGZ Co-authored-by: Stijn Van Hulle <stijn.vanhulle@gmail.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a23704a commit 1e6f077

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@
1414
"source": "./tools/claude",
1515
"description": "Spec-driven workflow, writing-voice skills, code-reviewer agent, and shared TypeScript-monorepo conventions."
1616
}
17-
]
17+
],
18+
"renames": {
19+
"template": "toolkit"
20+
}
1821
}

0 commit comments

Comments
 (0)