Bit Exact Sim Validation

Validate a port of a deterministic external system by building a per-step diff harness against captured authoritative state. The "trust anchor test" pattern — one regression test that asserts your port reproduces the original system's output exactly, plus a per-step diff harness for when that test fails. Use when porting a PRNG, game engine, financial model, protocol decoder, or any deterministic state-evolving system.

abedegno bfc85db 2 files · 19.8 KB Updated

File contents

abedegno/reverse-engineering-companion/tree/main/plugins/reverse-engineering-companion/skills/bit-exact-sim-validation commit bfc85db63b

Frequently asked questions

npx skillmds@latest add abedegno/bit-exact-sim-validation