fix(dag): product audit batch — #378 #379 #380 #381 - #382
Merged
Conversation
release: dev -> main — MEMORY write-path repair + DAG gate hardening batch
fix(dag): host-level supervision sweep settles nodes orphaned by instance teardown
release: dev -> main — deep-dive audit fixes, middle-tier gating
LeXwDeX
marked this pull request as ready for review
August 19, 2026 16:14
LeXwDeXforce-pushed
the
feat/378-issue378
branch
from
August 19, 2026 16:45
8782019 to
a67fbd3CompareUh oh!
There was an error while loading. Please reload this page.
This was referenced Aug 19, 2026
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 freeto 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
Delivers the four product-audit fixes as one unified delivery:
/dag-template-updateon the v1 command surface (Command.Default+ coreDagTemplateUpdateContentexport + registration test)Flag.OPENCODE_CONFIG_DIR ?? Global.Path.configlike every sibling global-asset lookup (redirect regression test included)workflow extendmirrors replan: auto-resume a paused workflow after a successful extend and emit the pause/resume note (race-tolerant)Verification
bun test test/dag/ test/command/— 610 pass; the only 3 failures (dag-node-supervisiondeadline-enforcement timeouts) also fail on clean main (verified via stash)bun typecheckclean; repo lint at 4850/4850 budgetCloses#378
Closes#379
Closes#380
Closes#381