palinode_resolve
Resolve any question or memory ref to its current state, surfacing valid assertions, evidence, replaced entries, conflicts, and unknowns.
Instructions
Ask what memory holds RIGHT NOW about a question, or about one record. Returns the assertions that stand (with their evidence and source revisions), what replaced what, conflicts with every side intact, and what is explicitly unknown. Use instead of palinode_search when you want the current answer rather than a list of hits. Read-only; a tight budget can shrink the answer but never turns a conflict into a settled one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Exact memory ref (path without .md), e.g. 'decisions/db'. | |
| query | No | Natural-language question. Give this or `ref`. | |
| intent | No | What to answer. Only current state is supported. | current_state |
| context | No | Refs you already hold; each is checked, not assumed current. | |
| max_chars | No | Max characters in the answer (default 2000). | |
| max_items | No | Max units in the answer (default 8). |