{
  "schemaVersion": "mememtech.ai-agent.v1",
  "issuedAtUtc": "2026-06-29T00:00:00Z",
  "site": "Mememtech.com",
  "purpose": "Public map for governed AI memory: bounded packets, source-grounded claims, lineage, and reversible lifecycle movement.",
  "capabilities": [
    "read public pages as HTML",
    "read Markdown mirrors from /content/pages",
    "read JSON schemas from /content/schemas",
    "read packet examples from /content/packets",
    "read UAI memory files from /.uai",
    "read docs from /docs",
    "inspect experimental WebMCP preview manifest",
    "read domain atlas from /data/domain-atlas.json",
    "read native capability audit from /data/native-capability-audit.json",
    "read share digests from /data/share-digests.json",
    "read canonical UAI startup packet from /.uai/startup-packet.uai",
    "read canonical UAI system profile from /.uai/system-profile.uai",
    "read receiver brief from /.uai/receiver-brief.uai",
    "read report pointer ledger from /.uai/report-pointer-ledger.uai",
    "read durable docs checksum index from /.uai/durable-docs-index.uai",
    "read reports directory from /docs/reports/index.html",
    "read long-term memory directory from /docs/memory/index.html"
  ],
  "nonCapabilities": [
    "does not execute runtime agent actions",
    "does not grant authority across lanes",
    "does not claim consciousness, AGI, legal personhood, or guaranteed truth",
    "does not submit packet previews to a database"
  ],
  "routes": [
    {
      "label": "Home",
      "url": "/",
      "description": "Unified AI Memory Ecosystem."
    },
    {
      "label": "Observatory",
      "url": "/observatory.php",
      "description": "Packet flow and event log."
    },
    {
      "label": "Architecture",
      "url": "/architecture.php",
      "description": "Domain lanes and boundary rules."
    },
    {
      "label": "Schemas",
      "url": "/schemas.php",
      "description": "Packet schema lab."
    },
    {
      "label": "Agent Surface",
      "url": "/agent.php",
      "description": "Manifests and experimental no-op surfaces."
    },
    {
      "label": "Atlas",
      "url": "/atlas.php",
      "description": "Domain authority atlas and boundary tests."
    },
    {
      "label": "Native Lab",
      "url": "/native.php",
      "description": "Native web feature detection and fallback matrix."
    },
    {
      "label": "Share Kit",
      "url": "/share.php",
      "description": "Copyable claim-disciplined public and agent digests."
    },
    {
      "label": "Research",
      "url": "/research.php",
      "description": "File-backed research surface."
    }
  ],
  "schemas": [
    "/content/schemas/mememtech.packet.schema.json",
    "/content/schemas/authority-seal.schema.json",
    "/content/schemas/handoff-envelope.schema.json",
    "/data/domain-atlas.json",
    "/data/native-capability-audit.json",
    "/data/share-digests.json",
    "/.uai/long-term-memory.uai",
    "/.uai/report-pointer-ledger.uai",
    "/.uai/durable-docs-index.uai",
    "/docs/reports/index.html",
    "/docs/memory/index.html"
  ],
  "defaultAction": "no-op unless a file explicitly authorizes a read-only inspection"
}
