feat(steam): compose Wake context from Timer state - #3
Merged
Conversation
test: make Steam fixture interpreter explicit
kachofugetsu09
marked this pull request as ready for review
August 25, 2026 12:01
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.
Summary
Migration and ownership
The existing steam_proactive.sqlite3 filename is retained only to inherit formal history in place; no proactive runtime capability remains. Existing formal evidence contains 157 snapshot runs and 365 snapshots. Initialization first validates the complete legacy schema read-only, then performs compatible DDL, indexes, and backfill in one explicit transaction. Incompatible or interrupted migration leaves bytes, schema, rows, and sidecars unchanged.
Validation
The only test warning is the existing FastMCP/Pydantic lifespan forward-reference warning.
Recovery
Pre-change bundle: /mnt/data/coding/backups/steam-context-v3-20260823/pre-implementation-337c8f1.bundle
Pre-migration-fix bundle: /mnt/data/coding/backups/steam-context-v3-20260823/pre-terra-fix-0be2843.bundle
This PR does not deploy or change the formal hua-home workspace.