Determinism Guard

Ephemeral invariance checker — run a command N times and prove byte-identical stdout, stderr AND exit code (first-divergence diff on failure); --files sha256s listed artifacts per run; --shuffle-stdin catches order-dependence. No stored baselines — freezing an output across time is golden-lock. Use when: "is this deterministic", "same output every run", "reproducible build check", "is my output order-dependent", before freezing or scheduling. Zero deps.

Evan-Daruwalla 72d68ab 2 files · 20.1 KB Updated

File contents

Evan-Daruwalla/claude-skill-suite/tree/main/determinism-guard commit 72d68ab436

Frequently asked questions

npx skillmds@latest add evan-daruwalla/determinism-guard