a73x

ed887277

test: the scenario pin is 89 — web-restore went with its subject

a73x   2026-08-29 12:14

Commit message
test: the scenario pin is 89 — web-restore went with its subject

The hub no longer births a session from a saved line, so the leg that
asserted it has nothing left to assert. Lowering the literal is the
friction the pin is for: it is a scenario deliberately removed, not one
silently lost.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017wi2HnuF1EK8HgViU11YLV

test/e2e.sh
Old New
@@ -170,8 +170,8 @@ done
170 # one of those and adds a convergence point would be pinning a fact every 170 # one of those and adds a convergence point would be pinning a fact every
171 # leg above already establishes. 171 # leg above already establishes.
172 172
173 [ "$OK_COUNT" = "90" ] || { 173 [ "$OK_COUNT" = "89" ] || {
174 echo "e2e FAIL: $OK_COUNT scenario checkpoints ran, the pin says 90 —" 174 echo "e2e FAIL: $OK_COUNT scenario checkpoints ran, the pin says 89 —"
175 echo " a scenario was added (update the pin) or silently lost" 175 echo " a scenario was added (update the pin) or silently lost"
176 exit 1 176 exit 1
177 } 177 }