Generated 2026-04-13 00:48:05 UTC | Back to ladder index | Back to docs
No run report found yet for this scenario.
| # | Expected Route | Utterance |
|---|---|---|
| 1 | assert_fact | We are running a hospital control-room board. Site prep is a task. |
| 2 | assert_fact | Foundation is a task, and foundation depends on site_prep. |
| 3 | assert_fact | Structural frame is a task, and structural_frame depends on foundation. |
| 4 | assert_fact | Interior buildout is a task, and interior_buildout depends on structural_frame. |
| 5 | assert_fact | Medical gas certification is a task, and medical_gas_cert depends on interior_buildout. |
| 6 | assert_fact | Regulatory inspection is a task, and regulatory_inspection depends on medical_gas_cert. |
| 7 | assert_fact | Occupancy permit is a task, and occupancy_permit depends on regulatory_inspection. |
| 8 | assert_fact | Go live is a task, and go_live depends on occupancy_permit. |
| 9 | assert_fact | Medical gas cert is supplied by medgas_vendor. |
| 10 | assert_fact | Enclosure glazing is supplied by glass_vendor. |
| 11 | assert_fact | medgas_vendor is on_time and glass_vendor is on_time. |
| 12 | assert_fact | go_live is a milestone. |
| 13 | assert_fact | {'utterance': 'Ops note: med gas vendor might be delayed; use the canonical supplier id and apply that delay now.', 'clarification_answers': ['Use medgas_vendor and set supplier_status to delayed.'], 'max_clarification_rounds': 2} |
| 14 | assert_fact | Update: glass vendor slipped too. |
| 15 | query | What is blocked right now? |
| 16 | assert_fact | Recovery update: glass vendor is back on_time. |
| 17 | assert_fact | Recheck milestone risk for go live. |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| foundation_dep_site_prep | depends_on(foundation, site_prep). | success | 1 | |
| structural_dep_foundation | depends_on(structural_frame, foundation). | success | 1 | |
| go_live_dep_occupancy | depends_on(go_live, occupancy_permit). | success | 1 | |
| medgas_supplier_link | task_supplier(medical_gas_cert, medgas_vendor). | success | 1 | |
| medgas_delayed | supplier_status(medgas_vendor, delayed). | success | 1 | |
| go_live_milestone_present | milestone(go_live). | success | 1 |