Add durable deterministic shadow execution - #18
Merged
Conversation
12 tasks
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.
What changed
strategy.build_ordersand Packet 5 replay without exposing outcomes or authenticated venue capabilitiesautopredict shadow run/status/cancel-all/reset, a thinautopredict-papercompatibility wrapper, strict config allowlists, example config, and operating documentationWhy / root cause
The previous paper runner only slept and logged empty metrics. State, positions, fills, and resting orders were memory-backed, risk was not direction-aware, and there was no restart reconciliation or point-in-time replay parity. That made the required safety gate before any live consideration nonfunctional.
User and developer impact
Users can now replay validated public captures through the actual forecast→strategy→risk→fill path, persist deterministic state, inspect/cancel/reset it, and resume after crashes without duplicate provider calls or fills. Live order submission remains disabled.
Schema and migration
Introduces
autopredict.shadowSQLite schema v1 andautopredict.shadow.config.v1. Shadow configuration is a strict allowlist and rejects credentials, environment substitution, live/adapter/network fields, and unknown keys. Existing paper entrypoint delegates to the new shadow runner.Verification
git diff --check: passedResidual risks
Tracks #2
Closes #7