Skip to content

verify

Check whether a proposed fact is consistent with a memory.

Updated View as Markdown

Usage

machine-memory verify <id> <fact> (--local|--remote)

verify compares the proposed fact with the stored content. A consistent comparison returns { "ok": true, "result": "consistent" }; a conflict returns { "ok": false, "result": "conflict" }. Both include a similarity score. A missing ID returns an error object.

Use this before treating a remembered fact as still valid when current work may have changed the underlying behavior.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close