Add machine-checked device-action target matrix - #88
Merged
Merged
Conversation
isomorphisms
commented
Sep 16, 2026
isomorphisms
left a comment
Owner
Author
There was a problem hiding this comment.
Scope check: this PR records target obligations only. It intentionally does not claim that any not_started, historical reference, simulated device, host execution, or user-mode run satisfies full-system or physical-device acceptance.
This was referenced Sep 16, 2026
Open
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.
Purpose
Make the device-action requirement in #85 durable and machine-checkable rather than leaving it only in issue prose.
The phone is one implementation environment, not the definition of these actions. Every registered action therefore has independent rows for:
Changes
examples/device_actions/targets.tsvwith 18 actions and all three required profiles;_;*_passclaims;AGENTS.mdat the canonical device-action matrix so future device work preserves the environment/evidence split.Current implementation links
screen_red: Restore ARM/Thumb screen-red oracle on the native development line idric-arm-thumb#64 and Exercise the x86-64 framebuffer-red oracle in CI idric-x86-aggressive-backend#24speaker_tone: Add native ARMv7/Thumb speaker-tone oracle idric-arm-thumb#67 and Add native x86-64 speaker-tone oracle idric-x86-aggressive-backend#26The
speaker_toneLinux rows are noworacle_present / ci_pending; Android remains separately unclaimed.Evidence boundary
This registry does not turn
not_started,historical_reference, host execution, user-mode emulation, or simulated devices into runtime acceptance. Full-system virtual-device evidence and physical-device evidence are different states. A handwritten target oracle may pass a guest device test without proving compiler-generated Idriç lowering.