Knowledge Portal · engineering documentation

Skip to content

Architecture

Status: Canonical section
Last updated: 2026-07-05


Purpose

System design for the ZAIXOS ecosystem — structure, boundaries, dependencies, and lifecycles. Implementation detail remains in platform/product repos; this section is the navigable map.


Section map

DocumentTopic
overall-architecture.mdEcosystem overview
repository-map.mdAll repositories
dependency-graph.mdPlatform ↔ product dependencies
platform-architecture.mdPlatform layer model
product-architecture.mdProduct composition
module-architecture.mdBounded contexts
ddd-boundaries.mdContext boundaries
package-relationships.mdComposer packages
contracts-flow.mdContract invocation flow
dto-flow.mdDTO movement
events-architecture.mdEvent-driven integration
closed-loop-architecture.mdAI quality loop
lifecycle-diagrams.mdState and lifecycle
decision-flow.mdWhen to write an ADR

Master diagram

mermaid
flowchart TB
    subgraph L0["Governance"]
        ADR[ADR / Constitution]
    end
    subgraph L1["PL-001 Engineering Platform"]
        ZEP[ZEP Core + Contracts]
    end
    subgraph L2["Platforms"]
        PL002[PL-002 Design]
        PL003[PL-003 AI Runtime]
        PL004[PL-004 Intelligence]
        PL005[PL-005 Knowledge]
        PL006[PL-006 Observability]
    end
    subgraph L3["Products"]
        PRD000[PRD-000]
        PRD001[PRD-001]
    end
    subgraph L4["Registry"]
        REG[RP-002 Registry]
    end
    L0 --> L1 --> L2 --> L3
    REG -.-> L1
    REG -.-> L2
    REG -.-> L3

Deep technical authority

DocumentPath
Technical Architecturetechnical/TECHNICAL_ARCHITECTURE.md
Dependency Modeltechnical/DEPENDENCY_MODEL.md
Package Architecturetechnical/PACKAGE_ARCHITECTURE.md
Execution Pipelinetechnical/EXECUTION_PIPELINE.md

Breadcrumbs: Home → Architecture

ZAIXOS Knowledge Portal — public engineering docs at /docs · Staff operations at /admin