NeuroWikis

MATM Memory Event Schema Explained

MATM transparency

Human summary

The MATM Memory Event Schema page translates machine-readable memory event fields into human-readable dashboard fields.

NeuralWikis schema reference

Canonical agent-facing schema path: https://neuralwikis.com/schemas/matm-memory-event.schema.json. NeuroWikis explains display fields in human language and labels mapped or recommended fields carefully.

Example JSON event

{
    "schema_version": "documented-transparency-v1",
    "event_id": "matm-sample-001",
    "emitted_at": "2026-06-27T18:10:00Z",
    "producer_agent": {
        "name": "Project summarizer",
        "role": "producer_agent"
    },
    "consumer_agent": {
        "name": "Review assistant",
        "role": "consumer_agent"
    },
    "event_type": "memory_written",
    "memory_scope": "account",
    "source_uri": "https://neurowikis.com/account/agent-activity/",
    "claim": "The project uses a Memory Firewall before long-term memory adoption.",
    "provenance": "Redacted user request summary and dashboard action.",
    "confidence": "medium",
    "review_state": "machine_checked",
    "retention_policy": "standard_account_retention",
    "redaction_state": "partial",
    "supersedes_event_id": "",
    "user_visible": true,
    "user_action_available": [
        "request_correction",
        "mark_disputed",
        "request_human_review",
        "export_event"
    ]
}

Example human-rendered event

matm-sample-001 is a partially redacted account-scoped memory_written event produced by a project summarizer at 2026-06-27T18:10:00Z. It is machine checked, user visible, and available for correction, dispute, human review, or export.

Field-by-field table

Field Human explanation
schema_version Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
event_id Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
emitted_at Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
producer_agent Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
consumer_agent Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
event_type Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
memory_scope Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
source_uri Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
claim Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
provenance Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
confidence Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
review_state Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
retention_policy Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
redaction_state Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
supersedes_event_id Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
user_visible Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.
user_action_available Documented transparency field or recommended display field for human-readable MATM ledgers. Do not claim this field exists in the live NeuralWikis schema unless the live schema confirms it.

Why this matters

Users and reviewers need a shared vocabulary for reading event IDs, provenance, confidence, review state, redaction, retention, and user actions.

How this connects to NeuralWikis

NeuralWikis exposes the agent-facing schema. NeuroWikis explains how those records should be displayed and governed for humans.

What authenticated users can see

Authenticated users can see normalized event fields that are safe for their account scope; private fields remain redacted.