graph/nodes/systems/systems.yaml

nodes:
  - id: SYSTEM_STUDIO_DASHBOARD
    type: dashboard
    title: Studio Dashboard
    status: active
    owner: producer
    description: React dashboard showing studio, factory, work order, and health status.
    lifecycle: implemented
    tags:
      - dashboard
      - status
    relations:
      - SYSTEM_PRODUCTION_FACTORY
      - VALIDATOR_GRAPH
    created: 2026-07-09
    updated: 2026-07-09
  - id: SYSTEM_PRODUCTION_FACTORY
    type: system
    title: Production Factory
    status: active
    owner: producer
    description: System that joins recipes and work orders into factory status.
    lifecycle: implemented
    tags:
      - production-factory
      - studioos
    relations:
      - RECIPE_HERO_V1
      - WO_0001
      - SYSTEM_STUDIO_DASHBOARD
    created: 2026-07-09
    updated: 2026-07-09
  - id: ARCH_MONOREPO
    type: architecture
    title: Streetline Heroes Monorepo Architecture
    status: active
    owner: tech-lead
    description: Architecture node for apps, packages, production data, schemas, and tools.
    lifecycle: approved
    tags:
      - architecture
      - monorepo
    relations:
      - PROJECT_STREETLINE_HEROES
      - SYSTEM_STUDIO_DASHBOARD
    created: 2026-07-09
    updated: 2026-07-09
  - id: VALIDATOR_GRAPH
    type: validator
    title: Graph Validator
    status: active
    owner: tools
    description: Validator for node IDs, edge IDs, references, orphans, duplicates, and cycles.
    lifecycle: implemented
    tags:
      - validator
      - graph
    relations:
      - SYSTEM_STUDIO_DASHBOARD
      - QA_CENTRAL
    created: 2026-07-09
    updated: 2026-07-09

Open raw source