-
Notifications
You must be signed in to change notification settings - Fork 0
Add Claude Code marketplace manifest for phoenixvc plugins #455
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
Retort is referenced as a custom marketplace in Claude Code's extraKnownMarketplaces config, but there's no valid marketplace manifest published yet. This causes a startup error:
source: Invalid input
The extraKnownMarketplaces.phoenixvc.source field (whether as a nested object or flat string path) fails validation because retort doesn't expose the expected marketplace structure that Claude Code requires.
Current workaround
Removed extraKnownMarketplaces block and disabled retort@phoenixvc plugin in ~/.claude/settings.json.
Expected
Retort should publish a valid Claude Code marketplace manifest so that:
extraKnownMarketplacescan point to itretort@phoenixvcresolves as a valid plugin- Mystira (and other onboarded repos) can consume retort's slash commands and quality gates via the plugin system
Context
- Claude Code expects a specific manifest format for custom marketplaces — needs investigation into the exact schema
- Related: mystira-workspace is pending retort onboarding (planned)
- The plugin/marketplace system may still be evolving on Claude Code's side — worth checking latest docs
Tasks
- Investigate Claude Code's
extraKnownMarketplacesschema (what format doessourceexpect?) - Create a marketplace manifest in retort that satisfies the schema
- Test with
extraKnownMarketplaces.phoenixvc.sourcepointing to retort - Document the setup in retort's README
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request