Smith::ChatCommands
Built-in slash commands for the interactive loop.
These must be resolved before Skills::Catalog#expand_prompt runs: the
skill catalog claims any /name that matches a skill, so a skill called
"plan" would otherwise shadow /plan. Built-ins win, and that precedence
is documented in the README.
Class methods
parse(input : String) : Invocation | Nil
Source