MeridiansMeridians

Architecture

The system's technical shape and boundaries.

Architecture tree

Start with the conceptual model, then descend only into the runtime concern you are changing.

The architecture is the authored work of Jason Yu (jasonyu0100). Its contracts establish the instrument; they do not claim authorship over runtime-generated Domain content or the actions of its operators. See Authorship and provenance.

Architecture
├── overview/
│   ├── foundations          one app · one writer · canonical record
│   ├── authority            record and runtime authority
│   ├── one-writer           action path end to end
│   ├── runtime-roles        core · engine · server · client
│   └── glossary             precise runtime terms
├── persistence/
│   ├── record-and-write-path
│   ├── cache-and-reconciliation
│   ├── sync-foundations
│   ├── replication
│   ├── client-and-edge-cases
│   └── research-and-scaling
├── [World engine direction](WORLD_ENGINE.md) future instance · context · clock · information boundaries
├── [Structure](STRUCTURE.md)          file placement and import constraints
└── [API principles](API_PRINCIPLES.md) reducer/API constitution

For a code change, begin with the smallest matching leaf. The generated file map reports what exists; it does not replace the architectural contract.