fix: issue #240 (automated) - #241
Closed
github-actions[bot] wants to merge 1 commit into
Closed
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…adata - Add `marketplaces` array to GlobalConfig (alongside legacy `marketplace` field) - Add `name` field to MarketplaceConfig for human-readable marketplace identity - Add `getAllMarketplaces()` helper that merges legacy single-marketplace config with the new array (backward-compatible migration on read) - `marketplace add` — new command that appends a marketplace to the array, clones it, and installs all plugins (replaces setup as the canonical command) - `marketplace setup` — kept as alias for backward compatibility - `marketplace list` — lists all registered marketplaces with their config - `marketplace remove <name>` — removes a marketplace from the config - `marketplace sync` — now prompts to select which marketplace when multiple are registered; supports `--marketplace <name>` to skip the prompt - Install metadata: `copyPluginSkills` writes `.pncli-installed.json` into the target skills directory, tracking which marketplace/plugin each skill came from - `skills uninstall <name>` — removes a skill by name using metadata, updates the tracking file, and reports what was tracked - All new logic covered by tests (30 tests in commands.test.ts, 303 total) Closes #240 Co-authored-by: Sunny Kolattukudy <kolatts@users.noreply.github.com>
Owner
|
@claude[agent] Does this also include bitbucket support? |
Owner
|
@claude[agent] Update this PR description appropriate to the changes and what was implemented. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #240