council resume
DO NOT EDIT — this file is auto-generated from the Council CLI’s Commander definitions by
pnpm --filter @council-ai/site docs:generate:commands. Run that command to regenerate it, andpnpm --filter @council-ai/site docs:check:commandsto verify it is in sync.
Reopen a panel: show transcript, or continue with a new prompt
council resume [options] [panel]Arguments
Section titled “Arguments”| Argument | Description | Default |
|---|---|---|
[panel] | Panel name to resume (as shown by `council sessions`) | — |
Options
Section titled “Options”| Option | Description | Default |
|---|---|---|
--format <kind> | Output format (choices: auto, json, plain) | auto |
--prompt <prompt> | Run a new debate against the same panel with this prompt | — |
--engine <kind> | Engine for continue mode (choices: copilot, mock, openai, anthropic) | — |
--max-rounds <n> | Max rounds for —prompt mode (default: 1) | — |
--max-words <n> | Soft per-response word budget for —prompt mode (opening-phase anchor; structured mode scales the other phases) | 250 |
--strategy <name> | Moderator strategy for —prompt freeform mode (round-robin | devils-advocate | consensus-check). devils-advocate accepts an optional ”:<slug>” suffix. | round-robin |
--heuristic-memory | Skip post-debate LLM extraction — for offline/air-gapped use. Useful for offline tests and air-gapped environments. | — |
--latest | Resume the most recent panel session | — |