agent/claude/code/commands/recall.md
Snider d3bbda3698 fix(plugin): prefix commands with core: namespace to avoid clashes
/dispatch → /core:dispatch, /status → /core:status, etc.
Prevents collision with built-in Claude commands.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 14:50:35 +00:00

519 B

name description arguments
core: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.