agent/claude/code/commands/recall.md
Snider 03b77bd9db fix(plugin): drop core: prefix — commands use code: namespace from dir
Plugin commands derive namespace from directory (claude/code/) not
the name field. Commands now: /code:dispatch, /code:status, /code:recall,
/code:review, /code:sweep, /code:scan.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 16:51:40 +00:00

514 B

name description arguments
recall Search OpenBrain for memories and context
name description required
query What to search for true
name description
project Filter by project
name description
type Filter by type (decision, plan, convention, architecture, observation, fact)

Use the mcp__core__brain_recall tool with:

  • query: $ARGUMENTS.query
  • top_k: 5
  • filter with project and type if provided

Show results with score, type, project, date, and content preview.