chore(main): release 7.183.1 - #2796
Merged
zaxbysauce merged 1 commit intoSep 15, 2026
Merged
Conversation
zaxbysauce
enabled auto-merge
September 15, 2026 13:41
Contributor
Author
Drift check reportFound 2 drift finding(s): 0 error, 0 warning, 2 notice. required-check-contract (2)
|
Contributor
Author
|
🤖 Created releases: 🌻 |
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.
fix(background): read legacy 'deadline' lane-failure rows without wedging the delegation store
What changed
workflowLaneFailureClass: 'deadline'value. The strict readers(
coordinationRowsToDelegationsfor the SQLite coordination namespace andfoldLedgerTailfor the legacy JSONL tail, both validated by the sameRecordSchema) treated that value as corruption: ONE such row made thewhole namespace read fail as
uncertain, which blockedprepare_pr_workflow_checkout,abort_pr_workflow(agent and humanforce),
complete_pr_workflow,dispatch_lanes_asyncbatch uniqueness,and
pr_workflow_statusin every affected project workspace.ResultSchema.workflowLaneFailureClassand the record interface field nowuse a persisted-read vocabulary that admits the retired
'deadline'member (mirroring the disclosure-side
PrReviewDisclosureFailureClassprecedent). The live-producer union is unchanged; the parity test gains a
negative source anchor so no producer of
'deadline'can reappear.PrReviewLatestTypedFailure.failureClass(PR-review completion evidence)widened to the disclosure vocabulary — the record-side read type feeds it
for eventless terminal lanes.
coordinationRowsToDelegationsnow reports WHICH predicate failed(schema validation vs correlation/generation/status authority binding)
instead of one conflated message.
store reads ok (legacy rows included, verbatim) and a wedged PR_REVIEW
gate clears via
/swarm abort-pr-workflow. The JSONL shadow projectionconverges once from the now-readable records (designed reconciliation
path); authoritative SQLite rows are never rewritten.
still fail the namespace read closed — the [Workstream H] PR 06 of 15: Preserve delegation-read uncertainty and make workflow recovery status truthful #2511 uncertainty contract is
preserved.
Verification
tests/unit/background/pending-delegations-legacy-deadline-read.test.ts:SQLite and JSONL readers accept a legacy
'deadline'row (value verbatim,SQLite payload bytes unchanged), unknown values keep both strict reads
uncertain, lenient JSONL skip behavior unchanged, shadow projectionconverges once and stays byte-stable.
tests/unit/pr-review/lane-failure-class-parity.test.tsunchanged forlive members; adds the no-
'deadline'-producer anchor.🤖 I have created a release beep boop
7.183.1 (2026-09-15)
Bug Fixes
This PR was generated with Release Please. See documentation.