hub_recall
Retrieve ranked project information across cards, decisions, journal, and tasks, with dates and stale flags to surface current, relevant facts.
Instructions
What do we know about X — ranked across project cards, their sections, decisions, the journal and tasks, instead of hub_search's flat exact-substring list or hub_get's everything-about-one-project. Scoring is deterministic and readable: term coverage first, then where the line lives (a decision outranks a passing note), then recency. EVERY hit carries the date it was true as of and a stale flag — recall's real failure mode is handing over a two-month-old fact with this morning's confidence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | return everything, uncapped. By default long lists are trimmed to fit an agent context and what was left out is reported in `truncated`. | |
| limit | No | default 20 | |
| query | Yes | ||
| staleDays | No | a hit older than this is flagged stale, default 30 |