lore-recall
Installation
SKILL.md
Lore Recall
Use this workflow when past session memory matters. It sits above the low-level skills/lore CLI skill: use skills/lore for command mechanics and setup/indexing, use this skill for evidence planning, trust, freshness, and final packet shape.
Quick Start
- Run
lore status --jsonwith the narrowest useful scope (--project,--source,--since,--until) before retrieval. - Build a recall plan: 2-4 query variants, likely filters, and why each query exists.
- Search narrowly first:
lore search "<terms>" --json, then--relevantwhen recency matters. - Drill down only from real ids returned by Lore:
lore get <id> --full,lore context <id> --json, orlore session <session> --around <id> --json. - Emit a bounded evidence packet using
references/evidence-packet.md. - If retrieval fails, report the gap and next queries tried. Do not invent memory.