feat(twintouch): PR-TT-7 Mutual Self — PeerState, InteractionSelfSnapshot, agency (v4 §9/§10) - #175
Open
shaoxiang wants to merge 2 commits into
Open
feat(twintouch): PR-TT-7 Mutual Self — PeerState, InteractionSelfSnapshot, agency (v4 §9/§10)#175shaoxiang wants to merge 2 commits into
shaoxiang wants to merge 2 commits into
Conversation
…shot, agency attribution (v4 §9/§10) The relationship layer over two independent bodies (never a merged body): read-only PeerState per side, InteractionSelfSnapshot per episode (relative geometry + expectations + contact state, content- hashed), and deterministic §10 agency attribution over measured evidence only — LEFT/RIGHT/MUTUAL/PEER_DISTURBANCE/SENSOR_FAULT/ UNKNOWN. SENSOR_FAULT (camera claims contact, both force channels disagree) and UNKNOWN never enter control learning (v4 §22); the sensor-fault check precedes generic UNKNOWN so a camera-vs-force disagreement is never swallowed. 7 tests green, ruff + mypy clean. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The marquee contract approves the CANONICAL 9-pair sequence (TT-1's validator demands it); execution is gated pair-by-pair by T1 calibration with SKIPPED_UNCALIBRATED recorded explicitly, never silently dropped. First marquee run 20260731T165142Z: 5/5 CONTACT_CONFIRMED, sequence completed, 0 wrong/unintended/release failures, cycle 21.5±0.1s. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Stacked on #174 (TT-6).
The relationship layer over two independent bodies (never a merged body): read-only PeerState per side, InteractionSelfSnapshot per episode (relative geometry + expectations + contact state, content-hashed), and deterministic §10 agency attribution over measured evidence only — LEFT/RIGHT/MUTUAL/PEER_DISTURBANCE/SENSOR_FAULT/UNKNOWN.
SENSOR_FAULT (camera claims contact, both force channels disagree) and UNKNOWN never enter control learning (v4 §22); the sensor-fault check precedes generic UNKNOWN so a camera-vs-force disagreement is never swallowed. 7 tests green, ruff + mypy clean.
🤖 Generated with Claude Code