Search claims
search_claimsSearch or list claims directly, including superseded, rejected, or resolved claims that the projection omits, to avoid re-proposing settled decisions.
Instructions
List or search the claim set directly, bypassing the resume projection. Read-only. Returns one compact line per claim — status, type, id, title — without bodies, so it stays cheap to call; use why for one claim's detail. Reach for this when the projection is not enough: it is budgeted, so at tighter budgets bodies are dropped and open questions can be omitted entirely, and it never shows superseded, rejected or resolved claims at all. Those are exactly the ones worth checking before re-proposing something. With no arguments it lists everything, newest ids last; query matches case-insensitively against id, title AND body, since a claim is often remembered by a detail in its reasoning rather than its title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter to one claim type: decision, constraint, architecture, question, risk, milestone, next_action, requirement, hypothesis, experiment, mission, rejected_alternative. | |
| limit | No | Maximum results, default 50. Raise it only when a broad listing is genuinely needed; the point of this tool is to stay cheaper than the projection. | |
| query | No | Case-insensitive substring matched against id, title and body. Omit to list everything. A distinctive few words work better than a long phrase, since this is substring matching and not semantic search. | |
| status | No | Filter to one status: accepted, active, frozen, open, superseded, rejected, needs_review, resolved, done. Use 'superseded' or 'rejected' to see what was deliberately set aside — those never appear in the projection. | |
| project | No | Named project in the central store. Omit inside a repo that has .continuity/, where state is found by walking up from the working directory. |