{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "Situated Agent — the checkpoints",
  "description": "Every checkpoint from boot to memory, in order, with the layer it belongs to and whether it blocks (pass), reports without blocking (advisory), or declares the world the rest run inside (frame).",
  "url": "https://matrixcr.ai/field-notes/situated-agent",
  "license": "https://matrixcr.ai/licence",
  "counts": {
    "total": 18,
    "by_layer": {
      "boot": 4,
      "seat": 1,
      "frame": 1,
      "move": 1,
      "verify": 9,
      "persist": 2
    },
    "by_kind": {
      "pass": 14,
      "advisory": 2,
      "frame": 2
    },
    "build_verifier_core": 7
  },
  "layers": [
    {
      "id": "L1",
      "key": "boot",
      "title": "Boot and constitution"
    },
    {
      "id": "L2",
      "key": "seat",
      "title": "Seat"
    },
    {
      "id": "L3",
      "key": "frame",
      "title": "Frame"
    },
    {
      "id": "L4",
      "key": "move",
      "title": "Move"
    },
    {
      "id": "L5",
      "key": "verify",
      "title": "Verify"
    },
    {
      "id": "L6",
      "key": "persist",
      "title": "Persist"
    }
  ],
  "checkpoints": [
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-1",
      "n": 1,
      "name": "Liveness check",
      "layer": "boot",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-2",
      "n": 2,
      "name": "Deterministic router",
      "layer": "boot",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-3",
      "n": 3,
      "name": "Reality and coherence read",
      "layer": "boot",
      "kind": "advisory",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-4",
      "n": 4,
      "name": "Session init: constraints plus memory",
      "layer": "boot",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-5",
      "n": 5,
      "name": "Coordinate seating",
      "layer": "seat",
      "kind": "frame",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-6",
      "n": 6,
      "name": "Standing frame plus axis",
      "layer": "frame",
      "kind": "frame",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-7",
      "n": 7,
      "name": "Adjacency edge guard",
      "layer": "move",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-8",
      "n": 8,
      "name": "Coherence floor",
      "layer": "verify",
      "kind": "advisory",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-9",
      "n": 9,
      "name": "Constraint compliance",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-10",
      "n": 10,
      "name": "Test execution",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-11",
      "n": 11,
      "name": "Import smoke",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-12",
      "n": 12,
      "name": "Adversarial build review",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-13",
      "n": 13,
      "name": "Coherence delta",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-14",
      "n": 14,
      "name": "Claims registry",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": true
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-15",
      "n": 15,
      "name": "Coverage gate",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-16",
      "n": 16,
      "name": "Submission keyword scan",
      "layer": "verify",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-17",
      "n": 17,
      "name": "State and ledger update",
      "layer": "persist",
      "kind": "pass",
      "build_verifier_core": false
    },
    {
      "@id": "https://matrixcr.ai/field-notes/situated-agent#gate-18",
      "n": 18,
      "name": "Memory write",
      "layer": "persist",
      "kind": "pass",
      "build_verifier_core": false
    }
  ]
}
