Files
rose-ash/lib
giles 0bef67dd47
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 40s
HS: parse-cmd fallback validates pseudo-command is a function call
The (true ...) fallback in parse-cmd previously accepted any expression
as a command. Now it checks that the parsed expression's head is `call`
or `method-call` — the only valid forms for pseudo-commands (foo() or
foo.bar()). Any other expression (e.g. foo.bar + bar) raises a parse
error instead of silently becoming a no-op.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-05 14:09:42 +00:00
..