release: v0.3.0 - #215
Open
robercano-ghbot wants to merge 1 commit into
Open
Conversation
Collaborator
Author
|
Gate + review status (orchestrated ADVANCE for #178) Gates (
Reviews (lenses per
Non-blocking follow-ups raised by the correctness reviewer (worth a separate issue, not this PR):
Merging is gated on the repo owner's GitHub approval, per |
Collaborator
Author
|
release: v0.3.0 (not yet reviewed) |
Collaborator
Author
|
release: v0.3.0 (not yet reviewed) |
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.
Cuts the first tagged release of the
orchestratorplugin, per the milestone-gated release convention(issue #176,
docs/USAGE.md→ "Release cycle"). Produced bybash .claude/scripts/release.sh v0.3.0 --issue 178after a clean
--dry-runinspection.What's in the diff
.claude/.claude-plugin/plugin.json—version0.2.2 → 0.3.0.claude/.claude-plugin/marketplace.json— top-levelversionand theplugins[]entry → 0.3.0.claude/.claude-plugin/CHANGELOG.md— new dated## [0.3.0] - 2026-08-04section, generated from themerged-PR history (first-release path: no prior tag existed). Inserted below the
## [Unreleased]scaffold and above
## [0.2.2], per Keep-a-Changelog ordering.No other files are touched.
Side effects already performed by
release.sh(real, by design)v0.3.0created and pushed toorigin(49e63b5) — this repo's first tag.feat/issue-178-release-v0.3.0pushed.(labelled
feedback, no milestone, noplannedlabel), carrying the reDeploy/reDeFi/orchestrator:syncchecklist (issue /orchestrator:sync v2 — one sanctioned migration path to bring consumer repos current #141) and test-focus areas derived from the milestone.release.shis not idempotent; it was run exactly once.Manual owner follow-up (cannot be automated)
Gates
GATES_FILE=self/gates.json— build: pass, lint: pass, test: see PR checks/comments.Note
0.3.0 supersedes the 0.2.2-only publish planned in the closed issue #136 — it ships everything that
release would have.
Closes #178