DeltaWire supervisory generation control - #123
Merged
Merged
Conversation
bigboateng
marked this pull request as ready for review
July 22, 2026 23:48
Contributor
Author
|
Exact-head validation is complete at All six checks pass: complete lab validation, runtime boundary, V7 historical validation, V8 zero-call validation, and both supervisor workflow runs. During CI, the historical V7/V8 jobs exposed that they rebuilt a frozen binary from evolving source. This PR now builds those bytes from the immutable |
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.
Outcome
Adds a product-level closed-loop supervisor around the unchanged DeltaWire JSON execution IR, plus a strict YAML direct specification for safer and smaller authoring.
ZCA slices
Implementation
deltawire.direct.v1YAML parser with typed structured conditions and no executable expressions.deltawire.plan.v1.deltawire supervise --repo <root> [--dry-run] [--receipt <path>] <spec.dw.yaml>command.Deterministic result
All five applicable cases matched exact expected output and were byte-deterministic; the irregular case safely abstained. On the two high-fit cases, direct YAML was smaller than pretty JSON:
The report sets
ai_evaluation_candidate=true. It does not claim model usability or token savings; model calls were zero.Validation
go test ./...go test -race ./...go test -count=20 ./...go vet ./...scripts/validate.shgit diff --checkResidual boundary
The supervisor can prove declared safety and verification properties, but cannot infer incorrectly approved human intent. External approval or oracle evidence remains required for that hazard. Historical V1-V9 evidence remains unchanged.