Twinned from https://github.com/cfsh/ninefold/issues/371 by tools/beads/import_github.py's reconcile pass.
Noticed while validating #358/PR #360, and offered there — filing so it isn't lost in a PR thread.
tools/probes/colour-modes.json fails on every run:
``` [probe] no focusable control matching '⚙ options…' ```
Its three {"focus": "⚙ options…"} steps no longer match anything focusable — the options entry point has been renamed or restructured since the probe was written (the menu now shows an options row with a gear icon; see the menu screenshot on PR #362). The probe has been red for a while, which means the colour/palette modes it covers are currently ungated.
Not caused by #360 — verified by running probe_all.sh on unmodified main, where it fails identically.
Fix is to repoint the selector at whatever the row is now called (or at a stable type/name rather than button text, which is what made it brittle). Worth doing alongside the other probe_all reds — cold-start, delete-confirm, menu-focus all pass individually but fail in-suite, which smells like cross-probe state leakage and may be one root cause rather than four.
None.
No comments.