fix(ding): require positive harness receipts - #100
Merged
Conversation
myobie
marked this pull request as ready for review
July 30, 2026 15:25
This was referenced Jul 30, 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 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
ReceiptStaterouter; Codex and Claude adapters alone own renderer-specificAccepted,RetainedSafe,RetainedBlocked, andUnprovenclassificationDeliveredrequire the expected DING text in an adapter-recognized submitted-prompt or queued-message pattern while the lowest live composer is empty or an accepted idle placeholderRetainedSafeobservations, and never re-pasteVerification at
07dd0e0cc4216e38a5a0b9186e630c75d14e58e8cargo test --lib ding::tests -- --test-threads=1: PASS (27/27)cargo test --test invariants -- --test-threads=1: PASS (1/1)cargo test --workspace --all-targets -- --test-threads=1: PASScargo clippy --workspace --all-targets -- -D warnings: PASSrustfmt --edition 2024 --check src/ding/mod.rs src/ding/harness/mod.rs: PASScargo doc --workspace --no-deps: PASS with five pre-existing unrelated warningsgit diff --check: PASSNo live catalog, supervisor, service, inbox, or PTY state was mutated. This remains a draft pending exact semantic re-review.
Closes #92.