graph/nodes/recipes/recipes.yaml

nodes:
  - id: RECIPE_HERO_V1
    type: recipe
    title: Hero Recipe v1
    status: active
    owner: game-director
    description: Data-driven production recipe for playable hero work.
    lifecycle: implemented
    tags:
      - recipe
      - production-factory
    relations:
      - WO_0001
      - SYSTEM_PRODUCTION_FACTORY
    created: 2026-07-09
    updated: 2026-07-09
  - id: RECIPE_ENEMY_V1
    type: recipe
    title: Enemy Recipe v1
    status: active
    owner: gameplay-designer
    description: Data-driven production recipe for enemy work.
    lifecycle: implemented
    tags:
      - recipe
      - production-factory
    relations:
      - WO_0002
      - SYSTEM_PRODUCTION_FACTORY
    created: 2026-07-09
    updated: 2026-07-09
  - id: RECIPE_LEVEL_V1
    type: recipe
    title: Level Recipe v1
    status: active
    owner: level-designer
    description: Data-driven production recipe for level work.
    lifecycle: implemented
    tags:
      - recipe
      - production-factory
    relations:
      - WO_0003
      - SYSTEM_PRODUCTION_FACTORY
    created: 2026-07-09
    updated: 2026-07-09

Open raw source