Docs
Design Principles
The invariants that keep Atlas production-ready.
Principles
- Server is the source of truth. Client requests ask; the server decides.
- Contracts over spaghetti. Public APIs stay stable; internals can evolve.
- Fail loud on schema damage. A tampered migration stops boot — it doesn’t silently corrupt live data.
- Least privilege. Internal events stay server-only. State bags only carry safe values.
Why this matters
Commercial cities last years. Shortcuts in identity, money, or inventory become expensive outages. Atlas encodes production habits into the foundation so your scripts inherit them.
Atlas