Skip to content

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, and pnpm --filter @council-ai/site docs:check:commands to verify it is in sync.

Manage past debates and what experts remember

council memory [options] [command]

List all panels with persisted state summary

Usage

council memory list [options]

Options

OptionDescriptionDefault
--panel <name>Filter to a single panel
--format <kind>Output format: plain (default) or jsonplain

Show detailed state for a single panel

Usage

council memory inspect [options] <panel>

Arguments

ArgumentDescriptionDefault
<panel>Panel name to inspect

Options

OptionDescriptionDefault
--expert <slug>Focus on a single expert by slug
--format <kind>Output format: plain (default) or jsonplain

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

ArgumentDescriptionDefault
<panel>Panel name to reset

Options

OptionDescriptionDefault
--yesConfirm the destructive operation (REQUIRED — no interactive prompt)
--hardDelete the entire panel (CASCADE removes experts + debates + turns)
--expert <slug>Drop only this expert from the panel (keeps panel + others)