You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
agent-plugins v2.0.0 removed the marketplace identity automated-ai-engineer and moved its resources into agentic-engineering, but the marketplace does not declare Claude Code's top-level renames migration map. Existing consumers therefore retain an enabled automated-ai-engineer@devantler-plugins key that no longer resolves after refresh.
This was observed in the monorepo consumer immediately after PR #80 merged: Claude Code skipped the configured plugin as orphaned and reported that it was not found in any registered marketplace. A clean install of agentic-engineering@devantler-plugins v2.0.0 succeeds, proving the published v2 plugin payload itself is valid.
Steps to Reproduce
Install and enable automated-ai-engineer@devantler-plugins from marketplace v1.
Start Claude Code with the old enabled-plugin key still present.
Observe that the old plugin identity cannot be resolved; the consumer must migrate manually.
Expected Behavior
Claude Code follows an append-only marketplace rename from automated-ai-engineer to agentic-engineering, loads the surviving plugin, and rewrites editable settings scopes automatically.
Actual Behavior
The old enabled-plugin key is orphaned because .claude-plugin/marketplace.json has no renames entry. Consumers see a missing or failed plugin until they manually register the marketplace and install the new identity.
Description
agent-pluginsv2.0.0 removed the marketplace identityautomated-ai-engineerand moved its resources intoagentic-engineering, but the marketplace does not declare Claude Code's top-levelrenamesmigration map. Existing consumers therefore retain an enabledautomated-ai-engineer@devantler-pluginskey that no longer resolves after refresh.This was observed in the monorepo consumer immediately after PR #80 merged: Claude Code skipped the configured plugin as orphaned and reported that it was not found in any registered marketplace. A clean install of
agentic-engineering@devantler-pluginsv2.0.0 succeeds, proving the published v2 plugin payload itself is valid.Steps to Reproduce
automated-ai-engineer@devantler-pluginsfrom marketplace v1.Expected Behavior
Claude Code follows an append-only marketplace rename from
automated-ai-engineertoagentic-engineering, loads the surviving plugin, and rewrites editable settings scopes automatically.Actual Behavior
The old enabled-plugin key is orphaned because
.claude-plugin/marketplace.jsonhas norenamesentry. Consumers see a missing or failed plugin until they manually register the marketplace and install the new identity.Environment
31df7adb59f12f635c5fc7be13e09e61bc5f731aAcceptance Criteria
automated-ai-engineer→agentic-engineeringand remain in parity.claude plugin validate .passes against the released marketplace shape.Additional Context
Claude Code documents
renamesspecifically for plugin removal or identity changes and says the history should remain append-only: https://code.claude.com/docs/en/plugin-marketplaces#rename-or-remove-a-pluginRough size: S.