1
0
forked from jason/echo
Files
chorus/echo-memory.plugin.src/commands/echo-recall.md
T
2026-06-26 20:05:47 -05:00

951 B

description, argument-hint
description argument-hint
Recall a topic from ECHO memory — matching notes plus their linked neighbourhood [topic, person, or project]

Use the echo-memory skill to recall context for:

$ARGUMENTS

Run the one-call recall — it resolves the term against the entity index, searches, and expands one hop along ## Related links and source_notes, so you get the connected web (linked decisions, people, prior sessions), not an isolated note:

ECHO="${CLAUDE_PLUGIN_ROOT}/skills/echo-memory/scripts/echo.py"
[ -f "$ECHO" ] || ECHO=$(ls /sessions/*/mnt/.remote-plugins/*/skills/echo-memory/scripts/echo.py 2>/dev/null | head -1)   # CoWork sandbox fallback
python3 "$ECHO" recall "$ARGUMENTS"
# Windows: use `python` or `py -3` if `python3` is not on PATH.

Then answer from the assembled context. If you only need the canonical path for one entity, use echo.py resolve "<title>" instead. Don't narrate the retrieval.