1
0
forked from jason/echo
Files
chorus/echo-memory.plugin.src/commands/echo-load.md
T

19 lines
1.5 KiB
Markdown
Raw Normal View History

2026-06-19 21:12:14 -05:00
---
description: Load ECHO memory — cold-start context read (profile, scope, latest session, today, inbox)
---
2026-06-21 11:46:54 -05:00
Use the **echo-memory** skill to load memory now. Run the cold-start **Loading procedure** from `SKILL.md`: the six orientation reads (marker, operator-preferences, current-context, heartbeat, today's daily note, inbox) in **one call**, then do the load-time **reconcile** (inbox-depth + scope-drift) and surface it in a single line.
2026-06-19 21:12:14 -05:00
```bash
2026-06-26 20:05:47 -05:00
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" load
2026-06-21 11:46:54 -05:00
# Windows: use `python` or `py -3` if `python3` is not on PATH.
2026-06-19 21:12:14 -05:00
```
2026-06-21 11:46:54 -05:00
`load` prints all six sections (404s on today's note / inbox are shown as absent, not errors) and flags an un-bootstrapped vault. Follow up with `echo.py scope show` if you need the sessions-since-switch count, and a project search if a specific project is in play.
2026-06-23 22:17:39 -05:00
**If `load` prints `NOT CONFIGURED` (exit 78)**, this machine has no usable key file yet. Don't proceed with memory — follow **First run** in `SKILL.md`: tell the operator ECHO isn't configured, ask for their echo-memory config file (owner/endpoint/key), install it with `echo.py config import <path>` (or `config set`), then re-run `load`.
2026-06-19 21:12:14 -05:00
Do not narrate the reads. End with a one-line orientation: who/what/where the active scope is, and any reconcile prompt.