Knowledge Portal · engineering documentation

Skip to content

Overall Architecture

Status: Canonical
Last updated: 2026-07-05


Summary

ZAIXOS is a multi-repo, platform-composed ecosystem:

  • PL-001 (ZEP) — engineering methodology, runtime contracts, adapters, validation
  • PL-002–PL-006 — specialized platforms (design, AI runtime, intelligence, knowledge, observability)
  • PRD-xxx — Laravel modular monolith products consuming platforms via Composer pins
  • RP-002 (Registry) — indexes and metadata — not runtime

Request path (simplified)

mermaid
sequenceDiagram
    participant User
    participant Product as PRD-001 UI
    participant AI as PL-003 Runtime
    participant Intel as PL-004
    participant Domain as Product Module
    User->>Product: Interaction
    Product->>AI: Agent turn (contract)
    AI->>Intel: Signals / version lookup
    AI->>Domain: Tool via adapter
    Domain-->>AI: DTO
    AI-->>Product: Structured response
    Product-->>User: Rendered experience

Authority layers

LayerSource
Frozen baselinesdocs/releases/
Platform constitutioncore/constitution/
Engineering KBdocs/ (this portal)
Companyzaixos-company/ (cite-only)

Breadcrumbs: Home → Architecture → Overall Architecture

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