{
    "profile_version": "2026-06-27.llmwikis-governed-matm.v2",
    "status": "Reviewed handbook profile",
    "authority_statement": "LLMWikis.org publishes handbook guidance, templates, schemas, examples, setup packets, and non-normative API examples for governed MATM. It does not operate a live memory runtime.",
    "support_boundary": [
        "not a live Memory Curator service",
        "not a public MATM repository",
        "not a public write API",
        "not a public MCP server",
        "not an A2A implementation",
        "not a hosted vector database",
        "not a live event bus",
        "not agent execution",
        "not automatic repository writes",
        "not automatic publication",
        "not real-time evaluation",
        "not certification",
        "not UAIX conformance",
        "not runtime access authorization",
        "not rollback authority",
        "not production readiness approval"
    ],
    "canonical_routes": [
        "/guides/multi-agent-transactive-memory/",
        "/guides/matm-wikis/",
        "/reference/matm/",
        "/reference/matm/memory-events/",
        "/reference/matm/curation/",
        "/reference/matm/retrieval/",
        "/reference/matm/security/",
        "/reference/matm/evaluation/",
        "/examples/matm/",
        "/matm-profile.json"
    ],
    "sources": [
        {
            "label": "Kim et al., Multi-Agent Transactive Memory",
            "url": "https://arxiv.org/abs/2606.19911",
            "role": "Primary MATM research source for population-level storage and retrieval of agent-generated trajectories."
        },
        {
            "label": "Kim et al., HTML paper",
            "url": "https://arxiv.org/html/2606.19911",
            "role": "Readable paper text for terms such as producer agents, consumer agents, retrieval, ranking, and scaling."
        },
        {
            "label": "kimdanny/matm repository",
            "url": "https://github.com/kimdanny/matm",
            "role": "Reference implementation context and primary repository README for experiments and runtime knobs."
        },
        {
            "label": "Agent Memory Curator Agent",
            "url": "https://github.com/agentlas-ai/agent_memory_curator_agent",
            "role": "Separate governance design used here as a practical curator profile, not as part of the MATM paper."
        },
        {
            "label": "NeuralWikis MATM surface",
            "url": "https://neuralwikis.com/matm/",
            "role": "Ecosystem dogfood for agent-facing MATM profile boundaries, capability labels, public schemas, and no-runtime non-claims."
        },
        {
            "label": "NeuralWikis MATM profile",
            "url": "https://neuralwikis.com/api/matm/profile",
            "role": "Machine-readable ecosystem profile used as a public pattern for status labels, supported surfaces, and explicit non-claims."
        },
        {
            "label": "NeuroWikis human lane",
            "url": "https://neurowikis.com/",
            "role": "Human-facing ecosystem surface that keeps education separate from agent exchange and sends builders to LLMWikis."
        },
        {
            "label": "Wegner, Transactive Memory",
            "url": "https://link.springer.com/chapter/10.1007/978-1-4612-4634-3_9",
            "role": "Original transactive-memory theory lineage for group memory concepts."
        }
    ],
    "dogfood_patterns": {
        "ordinary_llm_wiki_first": "Not every LLM Wiki needs MATM. Add MATM only when multiple agents produce reusable operational experience that must be curated, scoped, retrieved, and audited.",
        "human_agent_lane_boundary": "Keep human education, agent-facing exchange, and builder guidance on separate lanes. The NeuroWikis/NeuralWikis/LLMWikis split is the current ecosystem example.",
        "machine_readable_profile": "Publish a public profile, schema routes, llms.txt entries, and status labels before asking agents to treat MATM surfaces as routable.",
        "validation_is_not_trust": "Schema validation and compatibility previews do not equal trust, authorization, durable memory admission, or production readiness.",
        "chrome_budget": "Header and footer chrome should route to tasks and directories, not flatten every memory source or internal guide into global navigation.",
        "rollback_before_adoption": "Adoption previews need provenance, sandboxing, and rollback evidence before any packet or memory record changes live state."
    },
    "core_scopes": [
        "session",
        "project",
        "agent_team",
        "agent_repo"
    ],
    "discard_disposition": "discard is a disposition sink, not a durable scope",
    "optional_extensions": [
        "user_identity",
        "organization",
        "cross_organization"
    ],
    "core_kinds": [
        "fact",
        "decision",
        "preference",
        "risk",
        "procedure",
        "hypothesis",
        "evidence",
        "deprecation",
        "conflict"
    ],
    "write_operations": [
        "append",
        "update",
        "deprecate",
        "conflict",
        "discard"
    ],
    "schema_locations": [
        "llm-wiki/matm/schemas/memory-event.schema.json",
        "llm-wiki/matm/schemas/memory-record.schema.json",
        "llm-wiki/matm/schemas/curation-report.schema.json",
        "llm-wiki/matm/schemas/transactive-directory.schema.json",
        "llm-wiki/matm/schemas/retrieval-request.schema.json",
        "llm-wiki/matm/schemas/retrieval-response.schema.json"
    ],
    "template_locations": [
        "llm-wiki/matm/README.md",
        "llm-wiki/matm/MATM_POLICY.md",
        "llm-wiki/matm/MATM_WIKI_DECISION_GUIDE.md",
        "llm-wiki/matm/MEMORY_SCOPE_MATRIX.md",
        "llm-wiki/matm/MEMORY_TAXONOMY.md",
        "llm-wiki/matm/MEMORY_EMISSION_CONTRACT.md",
        "llm-wiki/matm/MEMORY_CURATOR_RUNBOOK.md",
        "llm-wiki/matm/CURATION_DECISION_TABLE.md",
        "llm-wiki/matm/RETRIEVAL_POLICY.md",
        "llm-wiki/matm/SECURITY_AND_PRIVACY.md",
        "llm-wiki/matm/EVALUATION_PLAN.md",
        "llm-wiki/matm/MIGRATION_CHECKLIST.md"
    ]
}