council memory
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.
Manage past debates and what experts remember
council memory [options] [command]Subcommands
Section titled “Subcommands”council memory list
Section titled “council memory list”List all panels with persisted state summary
Usage
council memory list [options]Options
| Option | Description | Default |
|---|---|---|
--panel <name> | Filter to a single panel | — |
--format <kind> | Output format: plain (default) or json | plain |
council memory inspect
Section titled “council memory inspect”Show detailed state for a single panel
Usage
council memory inspect [options] <panel>Arguments
| Argument | Description | Default |
|---|---|---|
<panel> | Panel name to inspect | — |
Options
| Option | Description | Default |
|---|---|---|
--expert <slug> | Focus on a single expert by slug | — |
--format <kind> | Output format: plain (default) or json | plain |
council memory reset
Section titled “council memory reset”Delete persisted state for a panel (destructive — requires —yes). Clears debate memory (debates, turns, extracted_memory_json) for the panel’s experts. Document-derived persona profiles are preserved; use `council expert train —retrain` to reset a persona profile.
Usage
council memory reset [options] <panel>Arguments
| Argument | Description | Default |
|---|---|---|
<panel> | Panel name to reset | — |
Options
| Option | Description | Default |
|---|---|---|
--yes | Confirm the destructive operation (REQUIRED — no interactive prompt) | — |
--hard | Delete the entire panel (CASCADE removes experts + debates + turns) | — |
--expert <slug> | Drop only this expert from the panel (keeps panel + others) | — |