waypath_recall
Search prior decisions, preferences, and project facts with a free-text query. Uses FTS5 lexical search fused with graph-aware ranking to return ranked entries including source, score, and snippet.
Instructions
Read-only hybrid search over the local Waypath SQLite memory store. Runs FTS5 lexical search fused with graph-aware Reciprocal Rank Fusion (RRF) across truth-kernel and archive tables and returns ranked entries with source, score, and snippet. Use before answering any question that may depend on prior decisions, preferences, or project facts; call this instead of waypath_graph_query when you have a free-text query rather than a known entity id. Does not write to the database and does not hit the network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text recall query (1-500 chars). Supports natural language; tokens are FTS5-escaped automatically. Prefer specific nouns and project names over vague phrases ("auth service rollout plan" beats "that thing"). Required. |