HYPERFLEET-1307 - fix: correct plugin installation command in hyperfl…#67
HYPERFLEET-1307 - fix: correct plugin installation command in hyperfl…#67Ruclo wants to merge 1 commit into
Conversation
…eet-jira README The install command referenced the full GitHub org/repo path instead of the marketplace name, causing a "Marketplace not found" error. - Change marketplace reference from `openshift-hyperfleet/hyperfleet-claude-plugins` to `hyperfleet-claude-plugins`
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
🔗 Linked repositories identifiedCodeRabbit considers these linked repositories for cross-repo context during reviews:
📝 WalkthroughSummary by CodeRabbit
WalkthroughSingle-line documentation edit in hyperfleet-jira/README.md changing the plugin install command's source identifier from Estimated code review effort: 1 (Trivial) | ~2 minutes Security note: No CWE/CVE applicable — this is a documentation string change, not a supply-chain artifact (no lockfile, CI/CD config, .gitattributes, or IDE config touched). Verify the new plugin source identifier Suggested labels: documentation Suggested reviewers: None specified — assign per hyperfleet-jira README ownership. 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
✨ Simplify code
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 |
Summary
The install command referenced the full GitHub org/repo path instead of the marketplace name, causing a "Marketplace not found" error.
Change marketplace reference from
openshift-hyperfleet/hyperfleet-claude-pluginstohyperfleet-claude-pluginsTest Plan
make test-allpassesmake lintpassesmake test-helm(if applicable)