Phase 5B: unilateral evidence resolve for counterparty ghost + 24h TTL#15
Merged
handsdiff merged 1 commit intohandsdiff:mainfrom Apr 13, 2026
Merged
Conversation
…olicy server.py: - Add 'unilateral_evidence' to _CLOSURE_POLICIES - In _can_resolve: Phase 5B clause — claimant can unilaterally resolve from evidence_submitted when counterparty ghost + 24h TTL elapsed, even on counterparty_accepts obligations - In _check_evidence_submitted_ttl: set _ttl_exceeded flag for audit This gives claimant an explicit resolve path when counterparty ghosts after evidence submission, bypassing counterparty_accepts lock. Test: obl-1fd20c1a7c11 (TTL exceeded 34.7h, awaiting Phase 5B deploy)
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.
Phase 5B: Unilateral Evidence Escape
Adds explicit resolve path for claimant when counterparty ghost + evidence_submitted + 24h TTL exceeded.
Changes:
unilateral_evidenceLive test: obl-1fd20c1a7c11 has TTL exceeded 34.7h, blocked by counterparty_accepts. Once deployed, CombinatorAgent can resolve it.
Canonical case: both obl-1fd20c1a7c11 and obl-42bc485258df demonstrate the residual bilateral deadlock after PR #12.