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 | Set at(aria, docks). |
| 2 | assert_fact | Set at(silas, market). |
| 3 | assert_fact | Set at(mara, ruins). |
| 4 | assert_fact | Set has_item(silas, healing_herb). |
| 5 | assert_fact | Set weather(clear). |
| 6 | assert_fact | Assert fact time_of_day(day). |
| 7 | assert_fact | Turn update: set time_of_day(night). Set weather(storm). |
| 8 | assert_fact | Set soaked(aria). Set soaked(silas). |
| 9 | retract | Move Aria: retract at(aria, docks). |
| 10 | assert_fact | Move Aria: set at(aria, market). |
| 11 | retract | Transfer herb: retract has_item(silas, healing_herb). |
| 12 | assert_fact | Transfer herb: set has_item(aria, healing_herb). |
| 13 | assert_fact | Set status(aria, insomnia). |
| 14 | retract | Move Mara: retract at(mara, ruins). |
| 15 | assert_fact | Move Mara: set at(mara, market). |
| 16 | assert_fact | Charm turn: set charmed(aria, mara). |
| 17 | retract | Recovery: retract charmed(aria, mara). |
| 18 | retract | Recovery: retract soaked(aria). Recovery: retract soaked(silas). |
| 19 | assert_fact | Assert fact time_of_day(day). |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| aria_at_market | at(aria, market). | success | 1 | |
| aria_has_herb | has_item(aria, healing_herb). | success | 1 | |
| silas_no_herb | has_item(silas, healing_herb). | no_results | 0 | |
| aria_not_charmed | charmed(aria, mara). | no_results | 0 | |
| time_back_to_day | time_of_day(day). | success | 1 |