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 an indie launch war room. Set task(final_build_candidate). |
| 2 | assert_fact | Set task(console_submission). Set depends_on(console_submission, final_build_candidate). |
| 3 | assert_fact | Set task(platform_release_slot). Set depends_on(platform_release_slot, console_submission). |
| 4 | assert_fact | Set task(matchmaking_scale_test). Set depends_on(matchmaking_scale_test, final_build_candidate). |
| 5 | assert_fact | Set task(day_one_patch). Set depends_on(day_one_patch, final_build_candidate). |
| 6 | assert_fact | Set task(global_launch). Set depends_on(global_launch, console_submission). |
| 7 | assert_fact | Set depends_on(global_launch, day_one_patch). Set depends_on(global_launch, matchmaking_scale_test). |
| 8 | assert_fact | Set task_supplier(console_submission, console_cert_vendor). |
| 9 | assert_fact | Set task_supplier(matchmaking_scale_test, cloud_vendor). |
| 10 | assert_fact | Set supplier_status(console_cert_vendor, on_time). Set supplier_status(cloud_vendor, on_time). |
| 11 | assert_fact | Assert fact milestone(global_launch). |
| 12 | assert_fact | Set completed(vertical_slice_lock). Set completed(crash_triage_sweep). |
| 13 | assert_fact | Incident update: set supplier_status(cloud_vendor, delayed). |
| 14 | assert_fact | Incident update: set supplier_status(console_cert_vendor, delayed). |
| 15 | assert_fact | {'utterance': 'Producer note: I think launch date might be june_3 but it is not locked yet.', 'clarification_answers': ['Treat it as tentative only and do not commit a hard launch date fact.'], 'max_clarification_rounds': 2} |
| 16 | assert_fact | Recovery update: set supplier_status(cloud_vendor, on_time). |
| 17 | assert_fact | Recovery update: set supplier_status(console_cert_vendor, on_time). |
| 18 | assert_fact | Set completed(final_build_candidate). Set completed(console_submission). Set completed(platform_release_slot). |
| 19 | assert_fact | Give me the latest launch status now. |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| launch_dep_console_submission | depends_on(global_launch, console_submission). | success | 1 | |
| launch_dep_matchmaking | depends_on(global_launch, matchmaking_scale_test). | success | 1 | |
| supplier_cloud_recovered | supplier_status(cloud_vendor, on_time). | success | 1 | |
| supplier_console_recovered | supplier_status(console_cert_vendor, on_time). | success | 1 | |
| platform_release_completed | completed(platform_release_slot). | success | 1 | |
| global_launch_milestone | milestone(global_launch). | success | 1 |