Generated 2026-04-13 00:48:05 UTC | Back to ladder index | Back to docs
Status: passed
Validation: 2/2 passed
Parser failures: 0 | Apply failures: 0
Artifacts: raw run json | rendered run transcript
| # | Expected Route | Utterance |
|---|---|---|
| 1 | retract | {'utterance': 'We are tracking family lineage and ancestor continuity.', 'progress': {'set_active_focus': ['parent alice bob lineage', 'likes alice jazz side note'], 'add_goals': ['maintain parent graph integrity', 'remove non-lineage side notes after review'], 'add_open_questions': ['which branch links need correction']}} |
| 2 | assert_fact | parent(alice, bob). |
| 3 | assert_fact | likes(alice, jazz). |
| 4 | retract | retract(likes(alice, jazz)). |
| 5 | assert_fact | query parent(alice, bob). |
| 6 | assert_fact | query likes(alice, jazz). |
| ID | Query | Expect | Min Rows | Max Rows |
|---|---|---|---|---|
| lineage_fact_kept | parent(alice, bob). | success | 1 | |
| irrelevant_fact_removed | likes(alice, jazz). | no_results |