mnemostack_resolve
Resolve a citation's chunk ID to its source document and re-read the current content to return a verdict: intact, source_changed, moved, changed, missing, or unresolvable. Includes snapshot-hash comparison.
Instructions
Verify a citation: resolve a chunk id back to its source document.
Re-reads the CURRENT source and returns an honest verdict: intact / source_changed / moved (citation still supported), changed / missing (not supported by the current source), or unresolvable (cannot be verified from this process). Includes the snapshot-hash comparison and the fragment when locatable. Read-only; never mutates stored memory; runs outside the recall path. Resolution is confined to the corpus root recorded at ingest — there is deliberately no way for a caller to point it at another directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | The [id:...] value from a recall result or answer citation |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||