mem-recall
Installation
SKILL.md
Mem Recall
Cross-platform conversation memory for Claude Code, Codex CLI, and Pi. The trellis mem command reads each platform's local session storage, cleans the dialogue (strips system prompts, tool noise, hook injections, compact summaries handled correctly), and exposes a focused 5-command CLI for recall workflows. OpenCode reader is temporarily unavailable on 0.6.0-beta.4 — --platform opencode returns empty results and prints a one-shot stderr warning; will return in a future release with an install-resilient backend.
Prerequisite
Trellis CLI 0.6.0-beta.3 or later installed globally:
npm install -g @mindfoldhq/trellis@beta
trellis --version # must be 0.6.0-beta.3 or later
trellis mem ships bundled with the CLI; no extra setup. 0.6.0-beta.3 added
--phase brainstorm|implement|all (see the dedicated section below).