Search Memory
Resolve {SKILL_DIR} to the directory containing this SKILL.md and
{PROJECT_ROOT} to the active project root, then run:
node "{SKILL_DIR}/scripts/codex-memory.js" search "query" --project-dir="{PROJECT_ROOT}"
For detailed L1 session search:
node "{SKILL_DIR}/scripts/codex-memory.js" search "query" --deep --project-dir="{PROJECT_ROOT}"
Report matches with source names and line numbers when present. If there are no matches, say that the memory search found no matches.