mnemostack_resolve
Verify a citation by resolving a chunk ID to its source document. Returns a clear verdict: intact, source changed, moved, missing, or unresolvable.
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 | |||