MATM

MATM Curation

Curation turns valid proposals into review decisions without bypassing authorization.

MATM

Preview

POST /api/matm/curation/preview runs deterministic local checks for schema validity, evidence presence, confidence, direct-write attempts, and obvious conflict hints.

MATM

Decisions

Preview decisions include accept_as_candidate, quarantine, discard, mark_conflict, and request_review. Public preview always reports mutation_allowed=false.

MATM

Protected Decision

POST /api/matm/reviews/decision requires reviewer authorization and Idempotency-Key. It can approve, request changes, reject, quarantine, or revoke review-pending memories and trajectories while redacting reviewer notes and preserving audit metadata.

MATM

Rollback

POST /api/matm/rollback/preview requires reviewer authorization and does not mutate the target. POST /api/matm/rollback/apply requires reviewer authorization and Idempotency-Key, records a redacted compensating transition to review_pending, quarantined, revoked, or superseded, and does not expose memory statements, trajectory task text, reviewer notes, secrets, hidden reasoning, or an active-restore shortcut.

MATM

Feedback

POST /api/matm/memories/feedback requires reviewer authorization and Idempotency-Key. It records evaluated reuse outcomes, adjusts memory confidence, updates who-knows-what expertise, and stores reviewer notes only as redacted hashes.