-
Notifications
You must be signed in to change notification settings - Fork 58
fix(verify,diagnostics): dw3-dw5 ledger sweeps (DW-40 … DW-94) #760
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pbean
merged 18 commits into
pbean/dw-s3-resolve-context-park
from
pbean/dw-s4-sweep-dw3-dw5
Sep 4, 2026
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
2fe4cd7
sweep dw3-authoritative-rearm-outcome: DW-40 via bmad-loop
b7814aa
sweep dw3-verify-command-fault-contract: DW-53, DW-54 via bmad-loop
0495589
sweep dw3-root-divergence-fixture-hardening: DW-56, DW-57, DW-58, DW-…
44b2da9
sweep dw3-session-artifact-contract-docs: DW-67, DW-75 via bmad-loop
deb97e5
sweep dw3-adapter-task-dir-confinement: DW-74 via bmad-loop
f92b8d6
sweep dw4-diagnostic-journal-sanitization: DW-76, DW-77, DW-80, DW-84…
72d3e86
sweep dw4-session-artifact-json-hardening: DW-86, DW-89 via bmad-loop
fb1f1e1
sweep dw4-resolve-context-contract-docs: DW-87 via bmad-loop
554d397
sweep dw4-decision-dw-91: DW-91 via bmad-loop
76145e7
sweep dw4-decision-dw-93: DW-93 via bmad-loop
8aebd84
sweep dw5-run-lifecycle-resume-exclusion: DW-94 via bmad-loop
f9a0dc0
test(runsetup,diagnostics,engine): stop depending on inode reuse and …
14cd2f9
test(generic): reuse the shared json recursion probe
bd1feb5
fix(runs): compare the rival engine against the pid file as recorded,…
9d47f49
fix(opencode): validate the result-file mixin's task artifacts before…
08bc273
fix(cli,runs): keep a lock-held run from aborting the clean sweep
47bb418
docs(changelog): condense the clean-sweep lock entry
f125d52
fix(tui): decline a contended run's re-arm instead of freezing the da…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When a reused OpenCode task directory contains a symlink, hardlink, FIFO, or device named
heartbeat.json,resultless-stops.jsonl, orsession-lifecycle.jsonl, this validates onlymessages.jsoneven though the inherited_ResultFileMixinlater writes all three omitted files. The heartbeat overwrite can truncate a linked external file, and diagnostic appends can modify or block on redirected entries, so include every adapter-written task artifact in this pre-write validation as the generic adapter does.Useful? React with 👍 / 👎.