Named views can be stored in config and selected in the TUI, but there is no command-line way to inspect or switch the active view. Add dispatch views commands so shell users can see available views and set the active one before launching the TUI.
Acceptance criteria:
dispatch views lists configured views and marks the active one.
dispatch views --json prints views and active view in a stable JSON object.
dispatch views use <name> activates an existing view, and dispatch views use default clears the active view.
- Invalid names return a clear error and do not save config.
- Usage text documents the command.
Named views can be stored in config and selected in the TUI, but there is no command-line way to inspect or switch the active view. Add
dispatch viewscommands so shell users can see available views and set the active one before launching the TUI.Acceptance criteria:
dispatch viewslists configured views and marks the active one.dispatch views --jsonprints views and active view in a stable JSON object.dispatch views use <name>activates an existing view, anddispatch views use defaultclears the active view.