Session Management
start
Start an orchestration session.
| Option | Description | Default |
|---|---|---|
--role ROLE | Orchestrator role slug | From config or orchestrator |
--runtime RUNTIME | Agent runtime name | From config or claude_code |
--isolation MODE | Isolation strategy: none, worktree, docker | From config or none |
--task TEXT | Task for non-interactive mode (empty = interactive) | — |
config
Show the merged configuration (defaults + global + project + CLI).
sessions
List all running sessions.
agents
List agents in a specific session.
StrawHub Passthrough
StrawPot delegates these commands to thestrawhub CLI. They work identically to calling strawhub directly.
install
Install a skill or role from StrawHub.
| Option | Description |
|---|---|
--global | Install to global directory (~/.strawpot) |
--version VER | Install a specific version |
--force | Force replace existing (requires --version) |
--update | Update to latest if already installed |
--skip-tools | Skip system tool installation |
--yes | Auto-confirm prompts |