feat: complete native execution and Steam discovery

This commit is contained in:
2026-07-18 20:11:52 -04:00
parent 514f87dacb
commit bc0090c63d
42 changed files with 6403 additions and 97 deletions
@@ -64,3 +64,10 @@ fresh `make verify` and `make audit` result is required.
- Rustfmt, workspace/all-target check, three unit tests, and Clippy `-D warnings`: passed
- cargo-deny 0.20.2: advisories, bans, licenses, and sources all passed
- Phase 0 result: complete
## Local-only verification policy update
D-067 supersedes the unexercised hosted-workflow plan. Gitea stores source only;
`make check` runs the complete verification and audit gate on the development desktop.
Rust 1.97.1 is now both the minimum supported and reviewed compiler. Earlier paragraphs
retain the original investigation chronology rather than implying that hosted CI ran.