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
+22
View File
@@ -0,0 +1,22 @@
# Phase 1 status
Phase 1 is complete. Its contracts remain private and may change before 1.0 when the
schema version and changelog are updated.
| Required area | Evidence | Status |
|---|---|---|
| Game and installation identity | Phase 1A contract tests | Passed |
| Durable registry and move aliases | Phase 1B persistence and adversarial tests | Passed |
| Provider-independent role separation | Core types and adapter/runtime traits | Passed |
| Provider and runtime capabilities | Mock adapter and runtime contract tests | Passed |
| Versioned JSON and machine output | Serialization and CLI integration tests | Passed |
| Argument-safe launch plans | Typed command/argument tests | Passed |
| Lifecycle confidence policy | Conservative effect-matrix tests | Passed |
| Structured errors | Ambiguity, capability, and version tests | Passed |
| Versioned TOML precedence and provenance | Configuration merge and validation tests | Passed |
| All required mock outcomes | Deterministic mock scenario tests | Passed |
| Adversarial input handling | Identity, registry, launch, config, and CLI tests | Passed |
| Repository gates | `make check` | Passed |
See `evidence-contracts-2026-07-18.md`, `evidence-registry-2026-07-18.md`, and
`evidence-completion-2026-07-18.md` for the dated records.