release: PRFlow v2.37.0 — publish as a generated distribution tree - #2140
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Development moved to a private canonical repository. Every file here is produced by a deterministic exporter and verified before publication. Install commands, marketplace name, plugin name and all root-relative runtime paths are unchanged. PRFlow-Source-Commit: 64dae78ee68116c8d8d6ce2d5f0ab0e4c26f89c0 PRFlow-Artifact-Digest: 64eccb27e8d5ec1d1ec0a6025cceff18131f7ae9b9a49b099591b5f3261198f8
The01Geek
force-pushed
the
release/v2.37.0
branch
from
August 29, 2026 20:10
9c29586 to
a0ecf7e
Compare
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.
Release v2.37.0 — publish PRFlow as a generated distribution tree
This pull request replaces the tracked tree on
mainwith a deterministic,verified projection of the plugin. Development has moved to a private canonical
repository; this repository becomes the release and distribution point.
Nothing consumers depend on changes. Install commands, marketplace name, plugin
name, command names, repository URL and every root-relative runtime path are
identical. Existing installations and version pins keep working.
Why the diff is unreviewable file-by-file, and what to read instead
This removes 768 files, so GitHub will truncate the diff. Review the summary below
instead — and verify the artifact yourself rather than trusting this description.
Removed, by class
lib/test/)CLAUDE.md,CHANGELOG.md,requirements.txt,ruff.toml, dev config)None of it is reachable from a consumer installation. The two consumer workflows
and all three composite actions stay — they are distribution assets.
Added
Six files:
.release/source.json,.release/files.sha256,docs/README.md,and three runtime files from this release's own changes
(
lib/repo-identity.{json,sh},scripts/migrate-record-repo.py). A further 27files are modified, chiefly
docs/ship-pr.pngmoving out ofdocs/internal/and the version pins.
The verification workflow and its verifier are not added here — they already
landed on
mainin a separate preparatory pull request, and this branch carriesthem byte-identical to base. That is what lets this candidate be judged by a
verifier it cannot modify.
docs/README.mdis load-bearing, not a placeholder: every released version of thevendoring action copies a fixed set of root members —
.claude-plugin agents docs lib scripts skills LICENSES— before pruning. Removingdocs/would break alreadyinstalled consumers before they reach their own prune.
Verify it yourself
The tree carries its own integrity data, so this description needs no trust:
That re-derives every file's SHA-256 from
.release/files.sha256and re-runs everystructural gate.
Evidence
trees and the same artifact digest.
including three injected mid-operation failures that leave
HEADunchanged.main—and no private development commit is reachable from any public ref.
onward) vendors successfully from this tree. Generations older than v2.29.0 fail
identically against today's
main; they were broken by an earlier state-directoryrename, not by this change, and the fix for them is re-running
install.sh.validation,
install.shin thin and committed-vendor modes, local-editpreservation, and a real upgrade from
v2.36.19all pass.and all three composite actions are byte-identical to v2.36.19; only three
provenance files move.
Rollback
Forward-only, by design. A bad release is corrected with a new patch version and a
new tag — never by force-pushing
main, moving a tag, or reusing a version. Allprior commits, tags and history remain reachable.
Contributing after this change
Issues remain the supported channel and are unaffected. Patch pull requests are
still welcome; maintainers reproduce accepted changes in the canonical source and
ship them in a subsequent release, crediting the author. See
CONTRIBUTING.md.