This repository defines the fundamental floors required for a node to be considered "Braided."
- Invariant: Every command must be atomic and stateless.
- Verification: Spatial integrity check (filesystem hash) must precede execution.
- Invariant: Persistence must be fail-closed.
- Verification: Binary checksum verification of local storage on every write.
- A system is stationary when the delta between the desired state (git) and the actual state (disk) is zero.