pub fn all_known_commands() -> Vec<CommandInfo>Expand description
Returns command schemas for all known commands: built-ins + default plugins.
Used by the TUI to build its command palette at startup without needing
access to the broker’s PluginRegistry.