···2121- `sol supervisor` monitors observation heartbeats. Use `--no-observers` to disable local capture (sense still runs for remote uploads and imports).
2222- `sol mcp` starts an MCP server exposing search capabilities for both summary text and raw transcripts.
2323- `sol cortex` starts a Callosum-based service for managing AI agent instances and generators.
2424+- `sol muse` lists available agents and generators with their configuration. Use `sol muse <name>` to see details, and `sol muse <name> --prompt` to see the fully composed prompt that would be sent to the LLM.
24252526```bash
2627sol cluster YYYYMMDD [--start HHMMSS --length MINUTES]
···2829sol supervisor [--no-observers]
2930sol mcp [--transport http] [--port PORT] [--path PATH]
3031sol cortex [--host HOST] [--port PORT] [--path PATH]
3232+sol muse [--schedule daily|segment] [--json]
3333+sol muse <name> [--prompt] [--day YYYYMMDD] [--segment HHMMSS_LEN] [--full]
3134```
32353336Use `--force` to overwrite existing files, and `-v` for verbose logs.