/ashlr-recall
Recall saved user context and preferences from ~/.ashlr/recall.md.
When to use
At the start of a session to restore context from a previous handoff, or after switching machines.
What it does
- Reads
.ashlrcode/handoff.mdin the current repo (if it exists) - Reads
~/.ashlr/recall.mdfor global context preferences - Prints both, formatted for context injection at session start
Output
If no handoff exists: No handoff found in .ashlrcode/handoff.md. Starting fresh.
Related
/ashlr-handoff— write the context pack at end of session