ci: rename plugin branch to plugins and document plugin install#397
Open
xukai92 wants to merge 1 commit into
Open
ci: rename plugin branch to plugins and document plugin install#397xukai92 wants to merge 1 commit into
xukai92 wants to merge 1 commit into
Conversation
Renames the workflow file and its target branch from 'plugin' to 'plugins', which is what Claude Code users actually type after '/plugin marketplace add'. Adds a README section documenting how to install re:factory as a bundled Claude Code plugin from the new branch. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #397 +/- ##
=======================================
Coverage 87.38% 87.38%
=======================================
Files 61 61
Lines 9396 9396
=======================================
Hits 8211 8211
Misses 1185 1185 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
ReviewDocs + CI rename. Verified the README claims against the repo (manifests, Overview
Correctness
Nits (non-blocking)
RiskMinimal. No runtime code paths touched; the only behavioral change is which remote branch the workflow force-pushes to. Verdict: LGTM — ship it, optionally fold in the |
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.
What
plugin->plugins(matching the/plugin marketplace add ...UX)..github/workflows/plugin.yml->.github/workflows/plugins.ymland updates the workflow display name accordingly.pluginsbranch, and clarifies how that path differs fromfactory install.Why
The branch and workflow name now match what a user actually types:
/plugin marketplace add akashgit/remote-factory#plugins. Previously the README had no instructions for using the bundled plugin at all, even though the workflow was already publishing it.Follow-up
The existing
pluginbranch on origin is untouched by this PR; delete it manually after merge.