These classes provide consistent visual meaning across public Foundation diagrams.
| Class | Meaning |
|---|---|
foundation |
218 Network Foundation owned or governed. |
company |
YOSO-YAi LLC owned or governed boundary reference. |
product |
YOSOR product surface or product boundary reference. |
public |
Public-safe repository, document, template, or artifact. |
private |
Private internal source or private operating material. |
sealed |
Sealed IP, restricted source, private datasets, or protected operational detail. |
release |
Release surface such as GitHub public companion docs or Hugging Face artifacts. |
authority |
Human authority, governance authority, or controlling review authority. |
workflow |
Process step, review step, or operational state. |
risk |
Boundary risk, safety review, privacy review, or required gate. |
classDef foundation fill:#fff3d7,stroke:#9a6b00,color:#463100;
classDef company fill:#e8f1ff,stroke:#2457a6,color:#0f2345;
classDef product fill:#e6f7f1,stroke:#1f7a55,color:#0f3d2d;
classDef public fill:#edf7ed,stroke:#3a7d3a,color:#1f3d1f;
classDef private fill:#f0f2f5,stroke:#5d6673,color:#20242a;
classDef sealed fill:#fdecec,stroke:#b42318,stroke-width:2px,color:#5f1711;
classDef release fill:#f4edff,stroke:#6941c6,color:#2f1b63;
classDef authority fill:#eaf7ff,stroke:#027a9d,stroke-width:2px,color:#083344;
classDef workflow fill:#f8fafc,stroke:#64748b,color:#1f2937;
classDef risk fill:#fff1f2,stroke:#be123c,stroke-width:2px,color:#5f0715;
- Use
authorityfor human governance and release authorities. - Use
riskfor review gates and boundary risks. - Use
sealedonly where public release is blocked without explicit authorization. - Use
companyandproductonly as boundary references in Foundation diagrams. - Do not use color alone to carry meaning; labels and notes must also explain the boundary.