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: `'team'`.
Edges
| ID | From | To | Relation | Cardinality | |----|----|----|----|----| | `team-to-person` | team | person | has-member | many-to-many | | `team-to-project` | team | project | owns | one-to-many | | `team-to-resource` | team | resource | manages | one-to-many |