hub_recall
Search project records with a query to get ranked, date-stamped matches from cards, decisions, journal, and tasks; stale flags prevent acting on outdated information.
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 |