Skip to content

release: PRFlow v2.38.0 — corrections and first-visit fixes - #2143

Merged
The01Geek merged 1 commit into
mainfrom
release/v2.38.0
Aug 29, 2026
Merged

release: PRFlow v2.38.0 — corrections and first-visit fixes#2143
The01Geek merged 1 commit into
mainfrom
release/v2.38.0

Conversation

@The01Geek

Copy link
Copy Markdown
Owner

A corrections release. Small diff, and it repairs the integrity check on main.

It fixes main's failing verification

The preceding policy-update commit edited .github/verify-release.py directly on this
branch without regenerating .release/, so the digest manifest stopped matching the tree
and distribution-verify has been red on main since. This release regenerates the
provenance through the exporter, as every release does.

Verified on the candidate: 436 digests OK, 0 failed.

What else it fixes

The documentation site deploys again. The frozen-DEVFLOW_* advisory moved into the
published cloud-setup page carrying its generated region's HTML comment delimiters. Those
pages are parsed as MDX, which rejects an HTML comment outright, so the deployment failed
and the site kept serving its previous build. The markers are now MDX comments.

Release verification covers two surfaces it previously skipped. SVG files are text and
can carry anything but were never leak-scanned; the documentation navigation manifest is
JSON, so the markdown link checker never read it, and an entry naming a dropped page would
have published a broken site. Both are checked now, each proven against a planted defect.

First-visit corrections. The CI badge pointed at a workflow this tree no longer carries
and rendered as a broken image. The repository-layout block described the pre-release tree.
/prflow:init was still titled "DevFlow Init". docs/README.md called itself minimal while
holding the whole documentation site. SECURITY.md described a .gitignore this repository
does not have. .gitattributes shipped rules for test fixtures that are not here.

A pull-request template, because CONTRIBUTING.md explains that a patch cannot merge
as-is only to a reader who opens it first — and the contribution is still wanted.

The PyYAML floor is published. >=6 was declared nowhere a consumer reads.

Diff

437 files, 19 paths changed against main. Verify it yourself:

python3 .github/verify-release.py --candidate <a checkout of this branch>

Restores the documentation deployment, closes two verification blind spots, and
corrects what a first-time visitor sees. Also regenerates .release/ provenance,
which the preceding policy-update commit left inconsistent with the tree.

PRFlow-Source-Commit: aeb0afc2342117ac40c153778832febf636ab8ca
PRFlow-Artifact-Digest: 2e25c5da40a87f205b6368580f68583392d7aad7d3d9ec2da76299c20b3d6aa9
@mintlify

mintlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
pr-flow 🟢 Ready View Preview Aug 29, 2026, 9:40 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@The01Geek
The01Geek merged commit a3918ea into main Aug 29, 2026
2 checks passed
@The01Geek
The01Geek deleted the release/v2.38.0 branch August 29, 2026 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant