Runtime Invariants

Assert only authoritative state at runtime — authoritative event streams or mutable data, never service or method presence — with each check owned by the module it guards and failing loud at startup. Use when adding runtime invariant checks, or deciding what an invariant may assert. It complements testing-tiers, which picks the test tier.

arch3rPro ab83ed2 2 files · 3.6 KB Updated

File contents

arch3rPro/dsh-skills/tree/main/skills/testing/runtime-invariants commit ab83ed20af

Frequently asked questions

npx skillmds@latest add arch3rpro/runtime-invariants