Configure Claude plugin for HTTPS distribution#2311
Configure Claude plugin for HTTPS distribution#2311skitt merged 1 commit intosubmariner-io:develfrom
Conversation
Updates plugin infrastructure to use git source with explicit HTTPS URLs, avoiding SSH prompts while supporting relative paths. Changes: - marketplace.json: Use relative path source, add metadata description, include version (best practice for relative-path plugins) - settings.json: Use git source with HTTPS URL (self-reference) - Follows official Anthropic plugin distribution patterns Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
|
🤖 Created branch: z_pr2311/dfarrell07/add-claude-plugin |
WalkthroughConfiguration files updated to modify Submariner marketplace source references. The marketplace.json now uses a local source with additional metadata fields, while settings.json updates the source configuration from GitHub-based to Git-based reference format. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
.claude-plugin/marketplace.json (1)
7-9: Nit: Slight wording difference between marketplace and plugin descriptions.The metadata description (Line 8) includes "and workflows" while the plugin description (Line 13) omits it. This is fine if intentional (different scopes), but worth aligning if they're meant to convey the same thing.
Also applies to: 13-13
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In @.claude-plugin/marketplace.json around lines 7 - 9, Align the two description strings so they convey the same scope: update the JSON value under metadata.description or the plugin's description field (referenced as metadata.description and the plugin description entry) to use identical wording (either include "and workflows" in both or remove it from both), ensuring consistency between marketplace and plugin descriptions.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In @.claude-plugin/marketplace.json:
- Around line 7-9: Align the two description strings so they convey the same
scope: update the JSON value under metadata.description or the plugin's
description field (referenced as metadata.description and the plugin description
entry) to use identical wording (either include "and workflows" in both or
remove it from both), ensuring consistency between marketplace and plugin
descriptions.
|
🤖 Closed branches: [z_pr2311/dfarrell07/add-claude-plugin] |
Updates plugin infrastructure to use git source with explicit HTTPS URLs, avoiding SSH prompts while supporting relative paths.
Changes:
Summary by CodeRabbit