mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-04 15:19:46 +00:00
* Rename IdRepository to IdAllocator It is a special foundational primative * Rename SyncDataRepository to SyncJournal It is a special foundational primative * Rename GlobalSettingsRepository to GlobalSettingsStore It is a special foundational primitive * docs: add Foundation primitives tier to the architecture doc Document IdAllocator, SyncJournal, and GlobalSettingsStore as a fixed set of stateful, cross-cutting primitives that the whole data layer may depend on — acyclic leaves (GlobalSettingsStore <- SyncJournal <- IdAllocator) that named the dependency reality instead of treating it as a no-sibling violation. |
||
|---|---|---|
| .. | ||
| ARCHITECTURE.md | ||
| ARCHITECTURE_LAYERING.md | ||
| ASSET-GENERATION.md | ||
| DESIGN_PATTERNS.md | ||
| HOW-TO-RELEASE.md | ||
| HOW-TO-RUN-A-SERVER.md | ||
| ROADMAP.md | ||
| SERVER-MONITORING.md | ||
| SYNCING-PROTOCOL.md | ||
| WEB-DESIGN-SYSTEM.md | ||