memory_verify
Confirm a stale fact is still accurate without re-storing it. Resets staleness clock and bumps verification counter. Use when memory_heartbeat surfaces a fact ID you've confirmed as still true.
Instructions
Confirm an existing fact is still accurate, without re-storing it. Resets the staleness clock and bumps a verification counter. Use this when memory_heartbeat surfaces a stale fact ID and you can confirm it's still true (e.g. you just observed the system in that state). Lighter than memory_store(supersedes:) — same content, fresh timestamp. If the fact is no longer true, use memory_forget or memory_store(supersedes:) instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fact_id | Yes | ID of the fact to verify (from memory_recall or memory_heartbeat). | |
| workspace_id | No | [Removed in v0.4.0] No-op. |