Skip to content

Instantly share code, notes, and snippets.

@erwanjun
erwanjun / b11_evidence_collect.ps1
Created April 30, 2026 15:43
B11 evidence collection (Slice G pre-flight)
# 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 = @(