Dench separates durable knowledge from scratch notes. Use memory for stable facts and decisions. Use artifacts for durable Long Session outputs. Use suggested work when a Long Session finds useful follow-up tasks.Documentation Index
Fetch the complete documentation index at: https://docs.dench.dev/llms.txt
Use this file to discover all available pages before exploring further.
Memory guidelines
Save memory only when it should outlive the current chat:- Stable facts about the workspace
- Decisions humans made
- Preferences and recurring goals
- Tool notes that future agents should reuse
dench memory search
Search stable workspace memory.
The natural-language search query. Pass it as the first positional argument.
Maximum number of memory results to return. Defaults to
8.dench memory save
Save durable memory.
A stable key for the memory, such as
deploy-rules or billing-owner.The fact, decision, preference, goal, or tool note to save.
Memory kind. Accepted values are
fact, decision, preference, goal, tool_note, and other. Defaults to fact.Comma-separated tags, such as
billing,deploy.Sensitivity label. Accepted values are
normal, broad, and sensitive. Defaults to normal.dench artifacts
List durable Long Session artifacts.
Maximum number of artifacts to return. Defaults to
25.task_suggestion records.
dench suggested-work
List task suggestions saved by Long Sessions.
dench suggested-work task
Convert a suggested-work artifact into a task.
The artifact ID from
dench suggested-work --json.fallback: true.