Data Models
Context
This section explains what data the system stores, where it is stored, and how each file is used by workflows and operations. It is the reference for anyone who needs to understand persistence contracts without reading the full codebase.
Details
Use this section when you need to answer questions such as: - What data files are business-critical? - Which files are mutable state vs. source data? - Which logs are operational evidence and subject to retention policies?
Core V2 pages: - entity-map.md: high-level entity definitions and ownership boundaries. - storage-contracts.md: file-level contracts, retention expectations, and update cadence.