Files
formulation/culinary/recipes/gravy.yaml
T
nicholas 816b28e179
Build & Deploy Formulation / Build & Push Image (push) Successful in 15s
Build & Deploy Formulation / deploy (push) Successful in 12s
build and deploy Formulation application
Consolidate the application, culinary data model, read-only runtime, and registry-backed deployment.
2026-08-13 18:08:25 -05:00

91 lines
1.6 KiB
YAML

schema_version: 2
id: gravy
title: Gravy
categories:
- sauce
tags: []
yield:
amount:
quantity: 120.1
unit_id: gram
basis: theoretical
scaling:
mode: hybrid
basis_id: formula_basis
basis_amount:
quantity: 100.0
unit_id: gram
components:
- id: main
name: Main
items:
- id: line_01_water
reference:
ingredient_id: water
amount:
quantity: 100
unit_id: gram
percentage: 100
basis_member: true
- id: line_02_fat
reference:
ingredient_id: canola_oil
amount:
quantity: 10
unit_id: gram
percentage: 10
- id: line_03_flour_all_purpose
reference:
ingredient_id: flour_all_purpose
amount:
quantity: 6.7
unit_id: gram
percentage: 6.7
- id: line_04_beef_base
reference:
ingredient_id: beef_base
amount:
quantity: 3.2
unit_id: gram
percentage: 3.2
- id: line_05_salt
reference:
ingredient_id: salt
amount:
quantity: 0.2
unit_id: gram
percentage: 0.2
steps:
- id: step_01
order: 1
instruction: Blend base and flour.
component_ids:
- main
- id: step_02
order: 2
instruction: Gradually add small amount cold water until smooth.
component_ids:
- main
- id: step_03
order: 3
instruction: Add boiling water, stirring until smooth.
component_ids:
- main
- id: step_04
order: 4
instruction: Bring to low boil.
component_ids:
- main
- id: step_05
order: 5
instruction: Add oil to pan.
component_ids:
- main
- id: step_06
order: 6
instruction: Add flour to pan.
component_ids:
- main
notes:
- Formula uses a nominal 100 g basis; review the yield before use.