Expand description
:-driven command palette. Parses a typed command string into
(path, args), looks the path up in the shared cli_core command
tree, and returns the runnable leaf the event layer should execute.
Grammar (matches the TUI’s prior single-pane mode so automation and interactive grammar agree):
word (word)* (key=value)*word tokens identify the path (e.g. reports balance). key=value
tokens become arguments. Values with embedded spaces are not
currently supported — this matches the existing CLI grammar.