docs(release): mark v0.41.0-alpha.6 evidence as completed (#276)#375
Merged
Conversation
The alpha.6 evidence JSON was snapshotted mid-run with status "running" and the final steps left "pending", even though the release actually completed: tag v0.41.0-alpha.6 exists (remote + local) and the GitHub release was published (2026-07-06T23:56:49Z). - Set top-level status to "completed" with a completedAt timestamp. - Mark the five final steps (pull latest main, push main evidence, tag release, push tag, create GitHub release) as "completed". - Verified against the remote tag and the published GitHub release; no steps were missed or skipped. Acceptance: `deno task workflow:check` and `deno task docs:truth` remain green (both confirmed locally). Fixes #276
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Deploying openelement with
|
| Latest commit: |
bd86363
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c99f3396.lessjs.pages.dev |
| Branch Preview URL: | https://fix-276-release-evidence.lessjs.pages.dev |
Contributor
|
APIError: Insufficient Balance |
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.
Summary
Fixes #276 — release evidence status drift for v0.41.0-alpha.6.
The alpha.6 evidence JSON (
docs/release/autoflow3/v0.41.0-alpha.6.json) wassnapshotted mid-run with
status: "running"and the five final steps left"pending", even though the release actually completed.Verification
v0.41.0-alpha.6exists (matches commitd069d1f8).v0.41.0-alpha.6was published at2026-07-06T23:56:49Z.Changes
status:"running"→"completed"(addedcompletedAt).pull latest main,push main evidence,tag release,push tag,create GitHub release:"pending"→"completed".push tagcommand (--force) is left untouched — itreflects what actually ran for alpha.6.
Gates
deno task workflow:check: passeddeno task docs:truth: passed