Dependency Graph
Status: Canonical
Last updated: 2026-07-05
mermaid
flowchart TB
CO[zaixos-company]
REG[zaixos-registry]
ZEP[PL-001 ZEP]
DS[PL-002 Design]
AI[PL-003 AI]
INT[PL-004 Intelligence]
KNOW[PL-005 Knowledge]
OBS[PL-006 Observability]
P0[PRD-000]
P1[PRD-001]
CO -.->|strategy| P0
CO -.->|strategy| P1
REG -.->|indexes| ZEP
P1 --> ZEP
P1 --> DS
P1 --> AI
P1 --> INT
P0 --> ZEP
P0 --> AI
P0 --> INT
AI --> OBS
INT --> OBS
AI --> INT
AI --> KNOWRules
- No upward dependencies — platforms never import products
- Contracts only — products import
packages/contracts, not platform Infrastructure - Integration isolation — PRD-000 federation reads via Integration module adapters
Full model: technical/DEPENDENCY_MODEL.md
Breadcrumbs: Home → Architecture → Dependency Graph