What belongs here

This family is defined by the shape of the claim, not by where it is enforced: a property stated once that must hold for every state or every execution. The same invariant may be checked by a type, a database constraint, an assertion in production, or a gate before promotion.

Contested placements

Because enforcement is spread across the lifecycle, entries here deliberately overlap Structural (Statically Checked Invariants) and Runtime (Runtime Invariants). The interesting fact about an invariant is that somebody stated it, not which mechanism happens to check it.

Where its signals arrive

  • Static analysis / types — Build stage. Is it internally coherent and structurally valid?
  • Production behavior — Production stage. What is it actually doing in the real world?

The atlas places every family on the same lifecycle grid; the framework defines the six dimensions each entry below is characterized along.

Entries (5)

Adjacent families