14 lines
744 B
Markdown
14 lines
744 B
Markdown
---
|
||
description: Load ECHO memory — cold-start context read (profile, scope, latest session, today, inbox)
|
||
---
|
||
|
||
Use the **echo-memory** skill to load memory now. Run the cold-start **Loading procedure** from `SKILL.md`: issue the 5–6 reads in parallel (marker, operator-preferences, current-context, heartbeat→latest session, today's daily note, inbox), then do the load-time **reconcile** (inbox-depth + scope-drift) and surface it in a single line.
|
||
|
||
Prefer the bundled client for each read:
|
||
|
||
```bash
|
||
"${CLAUDE_PLUGIN_ROOT}/skills/echo-memory/scripts/echo.sh" get _agent/memory/semantic/operator-preferences.md
|
||
```
|
||
|
||
Do not narrate the reads. End with a one-line orientation: who/what/where the active scope is, and any reconcile prompt.
|