OSS-first docs
These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.
Layer 1 (M2): slug + edges. Entity key: `'person'`.
Edges
| ID | From | To | Relation | Cardinality | |----|----|----|----|----| | `person-to-team` | person | team | member-of | many-to-many | | `person-to-project` | person | project | contributes-to | many-to-many | | `person-to-task` | person | task | assigned-to | one-to-many |