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
| # B11 evidence collection - read-only. | |
| # Run as administrator. No prod mutation. No service restart. | |
| # Snapshots orders.db / strategies.db / trades.db then queries via Python. | |
| # Author: Slice G evidence pre-flight 2026-04-30 | |
| $ErrorActionPreference = 'Continue' | |
| $EVDIR = 'C:\b11ev' | |
| New-Item -ItemType Directory -Force -Path $EVDIR | Out-Null | |
| # Find Python | |
| $cand = @( |