list_memories
List markdown memories for a workspace to review project-specific conventions, decisions, and gotchas. Specify a workspace path to target a different project; otherwise the current workspace is used.
Instructions
List memories saved for a workspace.
Memories are markdown notes stored in /.plumb/memories/.md. They persist project-specific context — conventions, architectural decisions, gotchas — across MCP conversations. Each memory may have YAML frontmatter (name, description) used as a one-line summary in the listing.
If 'workspace' is omitted, the daemon's currently-resolved workspace is used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | No | Absolute workspace path. Defaults to the daemon's resolved workspace. |