/recall Search Origin's memory by natural-language query. Returns matching memories ranked by hybrid vector + FTS search, then re-ordered by the agent if it helps. Two phases When a local model or API key is configured, the daemon can rerank and expand server-side. In local memory mode it cannot. The skill always does agent-side expansion and rerank itself — cheap, makes results good in both modes. Phase 1 — expand the query (agent-side) Before calling , rewrite the user's query into a more search-friendly form: - Replace pronouns with the referent ("it" → the actual thing). - Expand abbrevia…