# Sample triangle definition: T4 Drin-System-Ring (D-087 active fork). # Spec ref: D-024 (triangles as atomic social unit), D-087 (T4 configuration), # D-089 (self-contained, no cross-triangle cascade) # # Note: triangle_id is computed at world-gen time from seed + roles. # The value below is a placeholder for YAML authoring — the runtime # calls TriangleId::from_seed_and_roles() to derive the actual ID. triangle_id: 0 roles: - "ring-leader" - "dock-worker" - "logistics-manager" conflict_type: ResourceCompetition interest_axes: - Want - Secret - Relationships relationship_constraints: - with_role: "dock-worker" kind: Subordinate required_trust: min: -2 max: 2