memory_verify
Re-run cheap evidence checks and update memory statuses before relying on VERIFIED memories. Verify all or specific memories by ID, or enable deep checks for expensive validation when needed.
Instructions
Re-run cheap evidence checks (STATIC_CHECK, COMMIT_REF) and update memory statuses. Use before relying on VERIFIED memories if the repo may have changed, or to verify specific memories by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Specific memory ids to verify (prefix ok); omit for all | |
| deep | No | Also run expensive evidence (TEST_RESULT, EXEC_TRACE). Slower; use when cheap checks aren't enough. |