fix: add /eval back to /help listing — resolves flake

test-on-key-help checked for /eval in help output. The rewritten
help list dropped /eval which is still a working command. Fixed by
adding it as the first entry.

TUI Main: 98/98
This commit is contained in:
2026-05-08 21:05:58 -04:00
parent 06aff97b4e
commit 49eec4b8ae
2 changed files with 2 additions and 0 deletions

View File

@@ -370,6 +370,7 @@ Event handlers + daemon I/O + main loop.
(let ((topic (string-trim '(#\Space) (subseq text 6))))
(add-msg :system (format nil "Topic: ~a — use read-file to query USER_MANUAL.org" topic))))
((string-equal text "/help")
(add-msg :system "/eval <expr> Evaluate Lisp")
(add-msg :system "/undo Undo last operation")
(add-msg :system "/redo Redo last operation")
(add-msg :system "/why Show last gate trace")