{
  "access": "public",
  "reviewedAt": "2026-09-07",
  "counts": {
    "layers": 6,
    "modules": 31,
    "decisions": 31,
    "documents": 13
  },
  "system": {
    "id": "bos-core",
    "name": "BOS Core Autonomous Runtime",
    "kind": "system",
    "level": 0,
    "accent": "cerulean",
    "status": "Approved",
    "summary": {
      "business": "A secure, intelligent runtime that perceives, decides, acts and learns across diverse domains and systems, with minimal human intervention."
    },
    "sections": [
      {
        "id": "mission",
        "title": "Mission",
        "kind": "prose",
        "lens": "both",
        "ordinal": 10,
        "locked": false,
        "body": "Provide a secure, intelligent, and autonomous runtime environment that perceives, decides, acts, and learns across diverse domains and systems with minimal human intervention."
      },
      {
        "id": "how-to-read",
        "title": "How to read this map",
        "kind": "prose",
        "lens": "both",
        "ordinal": 20,
        "locked": false,
        "body": "Level 0 is the six layers below and the modules inside them. Select a layer to see its modules on\ntheir own, or a module to open its Level 1 decomposition: what it is made of, what it exposes, what\nit depends on, what state it holds, and how it fails.\n\nEach module states what it owns and, explicitly, what it does not. Where two modules appear to\ndisagree about a boundary, the decision record settles it, not either specification."
      },
      {
        "id": "ratification",
        "title": "Status of this architecture",
        "kind": "prose",
        "lens": "both",
        "ordinal": 30,
        "locked": false,
        "body": "30 of 31 modules are approved and 1 remains draft. All 31 decision records are accepted.\n\nThis records design approval. It does not claim the runtime has been built, deployed or production-validated."
      }
    ]
  },
  "layers": [
    {
      "id": "layer-1",
      "parentId": "bos-core",
      "name": "Interface & Orchestration",
      "kind": "layer",
      "level": 0,
      "ordinal": 1,
      "accent": "cerulean",
      "summary": {
        "business": "Where work arrives and gets coordinated: requests come in, and multi-step work is sequenced and timed."
      },
      "sections": []
    },
    {
      "id": "layer-2",
      "parentId": "bos-core",
      "name": "Intelligence & Decision",
      "kind": "layer",
      "level": 0,
      "ordinal": 2,
      "accent": "emerald",
      "summary": {
        "business": "Where the runtime works out what to do: goals, business rules, context, and the decision itself."
      },
      "sections": []
    },
    {
      "id": "layer-3",
      "parentId": "bos-core",
      "name": "Execution & Automation",
      "kind": "layer",
      "level": 0,
      "ordinal": 3,
      "accent": "amber",
      "summary": {
        "business": "Where decisions become actions in the outside world."
      },
      "sections": []
    },
    {
      "id": "layer-4",
      "parentId": "bos-core",
      "name": "Data & Knowledge",
      "kind": "layer",
      "level": 0,
      "ordinal": 4,
      "accent": "violet",
      "summary": {
        "business": "What the runtime knows and remembers."
      },
      "sections": []
    },
    {
      "id": "layer-5",
      "parentId": "bos-core",
      "name": "Security, Safety & Governance",
      "kind": "layer",
      "level": 0,
      "ordinal": 5,
      "accent": "steel",
      "summary": {
        "business": "The limits on autonomous action, and the record of what was done."
      },
      "sections": []
    },
    {
      "id": "layer-6",
      "parentId": "bos-core",
      "name": "Infrastructure & Platform",
      "kind": "layer",
      "level": 0,
      "ordinal": 6,
      "accent": "teal",
      "summary": {
        "business": "The platform everything else runs on."
      },
      "sections": []
    }
  ],
  "modules": [
    {
      "id": "action-executor",
      "parentId": "layer-3",
      "name": "Action Executor",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "amber",
      "status": "Approved",
      "summary": {
        "business": "Carry out the individual actions the runtime commits to."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Carry out the individual actions the runtime commits to.",
          "body": "Carry out the individual actions the runtime commits to."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "intent-is-recorded-before-the-effect",
          "title": "Intent is recorded before the effect",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "the-outcome-state-machine",
          "title": "The outcome state machine",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "effects-and-exactly-once",
          "title": "Effects and exactly-once",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "deciding-to-compensate-and-when-unknown-escalates",
          "title": "Deciding to compensate, and when unknown escalates",
          "lens": "technical",
          "ordinal": 54,
          "locked": true
        },
        {
          "id": "a-compensating-effect-carries-authority-granted-in-advance",
          "title": "A compensating effect carries authority granted in advance",
          "lens": "technical",
          "ordinal": 55,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "ai-ml-reasoning",
      "parentId": "layer-2",
      "name": "AI/ML Reasoning",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "emerald",
      "status": "Approved",
      "summary": {
        "business": "Provide inference, prediction, and language understanding to the runtime, and propose calibrations from evaluated outcomes."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Provide inference, prediction, and language understanding to the runtime, and propose calibrations from evaluated outcomes.",
          "body": "Provide inference, prediction, and language understanding to the runtime, and propose calibrations from evaluated outcomes."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-proposes-to-five-modules-and-adopts-for-one",
          "title": "It proposes to five modules and adopts for one",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "evidence-not-conclusions",
          "title": "Evidence, not conclusions",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "it-takes-its-own-models-out-of-service",
          "title": "It takes its own models out of service",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "audit-and-logging-service",
      "parentId": "layer-5",
      "name": "Audit & Logging Service",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "steel",
      "status": "Approved",
      "summary": {
        "business": "Record an immutable account of what the runtime did."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Record an immutable account of what the runtime did.",
          "body": "Record an immutable account of what the runtime did."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-can-stop-the-runtime-by-design",
          "title": "It can stop the runtime, by design",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "attribution-is-a-pair",
          "title": "Attribution is a pair",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "a-gap-is-either-loss-or-tampering-and-looks-the-same",
          "title": "A gap is either loss or tampering, and looks the same",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "reads-are-audited",
          "title": "Reads are audited",
          "lens": "technical",
          "ordinal": 54,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "authn-authz-rbac",
      "parentId": "layer-5",
      "name": "AuthN / AuthZ (RBAC)",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "steel",
      "status": "Approved",
      "summary": {
        "business": "Establish who is acting and what they are permitted to do."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Establish who is acting and what they are permitted to do.",
          "body": "Establish who is acting and what they are permitted to do."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "identity-inward-never-outward",
          "title": "Identity inward, never outward",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "revocation-cannot-outrun-expiry-again",
          "title": "Revocation cannot outrun expiry, again",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "grants-are-evaluated-here-at-execution",
          "title": "Grants are evaluated here, at execution",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "backup-and-disaster-recovery",
      "parentId": "layer-6",
      "name": "Backup & Disaster Recovery",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "teal",
      "status": "Approved",
      "summary": {
        "business": "Ensure the runtime and its data can be restored after loss."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Ensure the runtime and its data can be restored after loss.",
          "body": "Ensure the runtime and its data can be restored after loss."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "two-pipelines-because-audit-cannot-lose-a-record",
          "title": "Two pipelines, because audit cannot lose a record",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "production-only-and-audit-follows-records-rather-than-environments",
          "title": "Production only, and audit follows records rather than environments",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "a-backup-is-not-verified-until-it-has-been-restored",
          "title": "A backup is not verified until it has been restored",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "cache-layer",
      "parentId": "layer-4",
      "name": "Cache Layer",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "violet",
      "status": "Approved",
      "summary": {
        "business": "Serve frequently used data quickly and reduce load on the source stores."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Serve frequently used data quickly and reduce load on the source stores.",
          "body": "Serve frequently used data quickly and reduce load on the source stores."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "the-owner-declares-this-module-enforces",
          "title": "The owner declares, this module enforces",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "a-cached-copy-is-derived-data",
          "title": "A cached copy is derived data",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "ci-cd-and-devops-pipeline",
      "parentId": "layer-6",
      "name": "CI/CD & DevOps Pipeline",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "teal",
      "status": "Approved",
      "summary": {
        "business": "Build, test, and deliver runtime changes to their environments."
      },
      "sections": [
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 1,
          "locked": true
        },
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Build, test, and deliver runtime changes to their environments.",
          "body": "Build, test, and deliver runtime changes to their environments."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes-2",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-is-the-only-way-new-capability-enters-the-runtime",
          "title": "It is the only way new capability enters the runtime",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "capability-contract-tests-belong-here",
          "title": "Capability contract tests belong here",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "command-router",
      "parentId": "layer-1",
      "name": "Command Router",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "cerulean",
      "status": "Approved",
      "summary": {
        "business": "Route every inbound command to the correct handler."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Route every inbound command to the correct handler.",
          "body": "Route every inbound command to the correct handler."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "authorization-is-not-clearance",
          "title": "Authorization is not clearance",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "the-split-on-whether-a-caller-is-blocked",
          "title": "The split on whether a caller is blocked",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "containerization-docker-k8s",
      "parentId": "layer-6",
      "name": "Containerization (Docker / K8s)",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "teal",
      "status": "Approved",
      "summary": {
        "business": "Package and run every runtime component in an isolated, reproducible container."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Package and run every runtime component in an isolated, reproducible container.",
          "body": "Package and run every runtime component in an isolated, reproducible container."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-runs-components-and-decides-nothing-about-them",
          "title": "It runs components and decides nothing about them",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "key-custody-has-a-deployment-time-obligation-here",
          "title": "Key custody has a deployment-time obligation here",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "context-engine",
      "parentId": "layer-2",
      "name": "Context Engine",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "emerald",
      "status": "Approved",
      "summary": {
        "business": "Assemble relevant context for requests and decisions, and surface what deserves notice unprompted."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Assemble relevant context for requests and decisions, and surface what deserves notice unprompted.",
          "body": "Assemble relevant context for requests and decisions, and surface what deserves notice unprompted."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "two-modes-on-one-base",
          "title": "Two modes on one base",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "working-context-is-derived-data",
          "title": "Working context is derived data",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "the-monitoring-obligation-is-unbounded",
          "title": "The monitoring obligation is unbounded",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "data-privacy-and-encryption",
      "parentId": "layer-5",
      "name": "Data Privacy & Encryption",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "steel",
      "status": "Approved",
      "summary": {
        "business": "Protect sensitive data at rest, in transit, and in use."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Protect sensitive data at rest, in transit, and in use.",
          "body": "Protect sensitive data at rest, in transit, and in use."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "custody-is-not-use-and-the-clearance-key-proves-why",
          "title": "Custody is not use, and the clearance key proves why",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "inheritance-is-where-most-of-the-work-is",
          "title": "Inheritance is where most of the work is",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "erasure-is-coordination-not-deletion",
          "title": "Erasure is coordination, not deletion",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "decision-engine",
      "parentId": "layer-2",
      "name": "Decision Engine",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "emerald",
      "status": "Approved",
      "summary": {
        "business": "Select the course of action from the available options and evidence."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Select the course of action from the available options and evidence.",
          "body": "Select the course of action from the available options and evidence."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 32,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "three-outcomes-not-two",
          "title": "Three outcomes, not two",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "commit-does-not-mean-it-will-happen",
          "title": "\"Commit\" does not mean it will happen",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "evidence-is-submitted-not-summarised",
          "title": "Evidence is submitted, not summarised",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "event-manager",
      "parentId": "layer-1",
      "name": "Event Manager",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "cerulean",
      "status": "Approved",
      "summary": {
        "business": "Carry commands and events across the runtime on a single bus, under the delivery contract each message class requires."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Carry commands and events across the runtime on a single bus, under the delivery contract each message class requires.",
          "body": "Carry commands and events across the runtime on a single bus, under the delivery contract each message class requires."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "goal-and-plan-manager",
      "parentId": "layer-2",
      "name": "Goal & Plan Manager",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "emerald",
      "status": "Approved",
      "summary": {
        "business": "Hold the goals of the runtime, rank them against each other, and produce the plans that pursue them."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Hold the goals of the runtime, rank them against each other, and produce the plans that pursue them.",
          "body": "Hold the goals of the runtime, rank them against each other, and produce the plans that pursue them."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "the-internal-seam-is-commitment",
          "title": "The internal seam is commitment",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "integration-adapters",
      "parentId": "layer-3",
      "name": "Integration Adapters",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "amber",
      "status": "Approved",
      "summary": {
        "business": "Connect the runtime to external systems and services."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Connect the runtime to external systems and services.",
          "body": "Connect the runtime to external systems and services."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "the-capability-profile-is-the-point-of-this-module",
          "title": "The Capability Profile is the point of this module",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "a-uniform-interface-would-hide-the-thing-that-matters",
          "title": "A uniform interface would hide the thing that matters",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "verified-not-asserted",
          "title": "Verified, not asserted",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "compensation-mechanism-here-decision-upstream",
          "title": "Compensation: mechanism here, decision upstream",
          "lens": "technical",
          "ordinal": 54,
          "locked": true
        },
        {
          "id": "when-unknown-stops-being-recoverable",
          "title": "When unknown stops being recoverable",
          "lens": "technical",
          "ordinal": 55,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "credentials-are-presented-never-held",
          "title": "Credentials are presented, never held",
          "lens": "technical",
          "ordinal": 61,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "knowledge-graph",
      "parentId": "layer-4",
      "name": "Knowledge Graph",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "violet",
      "status": "Approved",
      "summary": {
        "business": "Represent the entities of the business and the relationships between them."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Represent the entities of the business and the relationships between them.",
          "body": "Represent the entities of the business and the relationships between them."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-owns-what-it-holds-which-is-unusual-here",
          "title": "It owns what it holds, which is unusual here",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "a-merge-is-a-derivation",
          "title": "A merge is a derivation",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "metadata-catalog",
      "parentId": "layer-4",
      "name": "Metadata Catalog",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "violet",
      "status": "Approved",
      "summary": {
        "business": "Describe what data exists, where it lives, and what it means."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Describe what data exists, where it lives, and what it means.",
          "body": "Describe what data exists, where it lives, and what it means."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-became-load-bearing-without-anyone-deciding-it-should",
          "title": "It became load-bearing without anyone deciding it should",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "missing-lineage-fails-silently-which-is-why-completeness-is-measured",
          "title": "Missing lineage fails silently, which is why completeness is measured",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "observability-metrics-logs-traces",
      "parentId": "layer-6",
      "name": "Observability (Metrics, Logs, Traces)",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "teal",
      "status": "Approved",
      "summary": {
        "business": "Show how the runtime is behaving, so engineers can diagnose it."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Show how the runtime is behaving, so engineers can diagnose it.",
          "body": "Show how the runtime is behaving, so engineers can diagnose it."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "everything-forbidden-next-door-is-required-here",
          "title": "Everything forbidden next door is required here",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "it-must-never-block",
          "title": "It must never block",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "correlation-is-shared-storage-is-not",
          "title": "Correlation is shared, storage is not",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "operational-data-store",
      "parentId": "layer-4",
      "name": "Operational Data Store",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "violet",
      "status": "Approved",
      "summary": {
        "business": "Persist the runtime's operational data durably and consistently."
      },
      "sections": [
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 1,
          "locked": true
        },
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Persist the runtime's operational data durably and consistently.",
          "body": "Persist the runtime's operational data durably and consistently."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes-2",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-holds-the-most-and-owns-the-least",
          "title": "It holds the most and owns the least",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "attribution-is-enforced-at-write-not-documented",
          "title": "Attribution is enforced at write, not documented",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "cross-module-reads-do-not-come-here",
          "title": "Cross-module reads do not come here",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "policy-and-compliance-manager",
      "parentId": "layer-5",
      "name": "Policy & Compliance Manager",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "steel",
      "status": "Approved",
      "summary": {
        "business": "Ensure runtime activity conforms to regulatory and organizational obligation."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Ensure runtime activity conforms to regulatory and organizational obligation.",
          "body": "Ensure runtime activity conforms to regulatory and organizational obligation."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-gates-and-cannot-be-weighed",
          "title": "It gates and cannot be weighed",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "how-the-two-gates-compose",
          "title": "How the two gates compose",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "robotics-iot-controller",
      "parentId": "layer-3",
      "name": "Robotics/IoT Controller",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "amber",
      "status": "Draft",
      "summary": {
        "business": "Command and monitor physical devices and robotic systems."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Command and monitor physical devices and robotic systems.",
          "body": "Command and monitor physical devices and robotic systems."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "why-this-is-deferred-stated-precisely",
          "title": "Why this is deferred, stated precisely",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "rules-and-policy-engine",
      "parentId": "layer-2",
      "name": "Rules & Policy Engine",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "emerald",
      "status": "Approved",
      "summary": {
        "business": "Evaluate the deterministic business rules the business itself sets."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Evaluate the deterministic business rules the business itself sets.",
          "body": "Evaluate the deterministic business rules the business itself sets."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-advises-and-cannot-block",
          "title": "It advises and cannot block",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "determinism-is-the-contract-not-an-implementation-choice",
          "title": "Determinism is the contract, not an implementation choice",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "conflicts-are-surfaced-never-resolved",
          "title": "Conflicts are surfaced, never resolved",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "why-criteria-do-not-live-here",
          "title": "Why criteria do not live here",
          "lens": "technical",
          "ordinal": 54,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-06",
          "title": "Resolved 2026-09-06",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "safety-and-risk-manager",
      "parentId": "layer-5",
      "name": "Safety & Risk Manager",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "steel",
      "status": "Approved",
      "summary": {
        "business": "Keep autonomous action within safe and acceptable risk limits."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Keep autonomous action within safe and acceptable risk limits.",
          "body": "Keep autonomous action within safe and acceptable risk limits."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "availability-what-local-verification-does-and-does-not-buy",
          "title": "Availability: what local verification does and does not buy",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "clearance-kinds-are-not-one-thing",
          "title": "Clearance kinds are not one thing",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "halt-is-bounded-by-expiry-not-immediate",
          "title": "Halt is bounded by expiry, not immediate",
          "lens": "technical",
          "ordinal": 61,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "known-limitation-halt-cannot-outrun-expiry",
          "title": "Known limitation: halt cannot outrun expiry",
          "lens": "technical",
          "ordinal": 92,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "scalability-and-auto-scaling",
      "parentId": "layer-6",
      "name": "Scalability & Auto Scaling",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "teal",
      "status": "Approved",
      "summary": {
        "business": "Match runtime capacity to demand."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Match runtime capacity to demand.",
          "body": "Match runtime capacity to demand."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-adds-capacity-and-never-refuses-work",
          "title": "It adds capacity and never refuses work",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "scaling-changes-what-the-deadlines-mean",
          "title": "Scaling changes what the deadlines mean",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "script-and-code-runner",
      "parentId": "layer-3",
      "name": "Script & Code Runner",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "amber",
      "status": "Approved",
      "summary": {
        "business": "Execute scripts and code safely inside the runtime."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Execute scripts and code safely inside the runtime.",
          "body": "Execute scripts and code safely inside the runtime."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "handoff-happens-before-teardown-and-that-ordering-is-the-rule",
          "title": "Handoff happens before teardown, and that ordering is the rule",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "running-code-is-an-effect-and-it-is-not-this-module-s-to-authorise",
          "title": "Running code is an effect, and it is not this module's to authorise",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "isolation-is-per-execution-not-per-tenant",
          "title": "Isolation is per execution, not per tenant",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "service-mesh-communication",
      "parentId": "layer-6",
      "name": "Service Mesh (Communication)",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "teal",
      "status": "Approved",
      "summary": {
        "business": "Move traffic between runtime components and secure it in transit."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Move traffic between runtime components and secure it in transit.",
          "body": "Move traffic between runtime components and secure it in transit."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "transport-never-semantics",
          "title": "Transport, never semantics",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "its-retries-are-not-adr-0019-retries",
          "title": "Its retries are not ADR-0019 retries",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "session-management",
      "parentId": "layer-1",
      "name": "Session Management",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "cerulean",
      "status": "Approved",
      "summary": {
        "business": "Maintain the lifecycle and context of every active BOS session."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Maintain the lifecycle and context of every active BOS session.",
          "body": "Maintain the lifecycle and context of every active BOS session."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "accumulate-never-assemble",
          "title": "Accumulate, never assemble",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "lifecycle-and-retention-are-separate",
          "title": "Lifecycle and retention are separate",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "identity-is-referenced-never-owned",
          "title": "Identity is referenced, never owned",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "task-scheduler",
      "parentId": "layer-1",
      "name": "Task Scheduler",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "cerulean",
      "status": "Approved",
      "summary": {
        "business": "Determine when work runs and release it at the right time."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Determine when work runs and release it at the right time.",
          "body": "Determine when work runs and release it at the right time."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-decides-when-never-what-or-whether",
          "title": "It decides when, never what or whether",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "scheduled-work-has-no-requester-and-that-is-a-gap",
          "title": "Scheduled work has no requester, and that is a gap",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "missed-tasks-need-a-declared-policy",
          "title": "Missed tasks need a declared policy",
          "lens": "technical",
          "ordinal": 53,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "vector-store",
      "parentId": "layer-4",
      "name": "Vector Store",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "violet",
      "status": "Approved",
      "summary": {
        "business": "Store and retrieve embeddings for similarity search."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Store and retrieve embeddings for similarity search.",
          "body": "Store and retrieve embeddings for similarity search."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-stores-embeddings-and-does-not-make-them",
          "title": "It stores embeddings and does not make them",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "erasure-reaches-here-and-it-is-easy-to-miss",
          "title": "Erasure reaches here, and it is easy to miss",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "workflow-engine",
      "parentId": "layer-3",
      "name": "Workflow Engine",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "amber",
      "status": "Approved",
      "summary": {
        "business": "Execute the steps of a defined workflow."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Execute the steps of a defined workflow.",
          "body": "Execute the steps of a defined workflow."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "ratification-record",
          "title": "Ratification record",
          "lens": "both",
          "ordinal": 40,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 41,
          "locked": true
        },
        {
          "id": "proposed-completion-contract-adr-0031",
          "title": "Proposed completion contract — ADR-0031",
          "lens": "technical",
          "ordinal": 42,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 43,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "it-holds-no-run-position",
          "title": "It holds no run position",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "it-performs-no-effects",
          "title": "It performs no effects",
          "lens": "technical",
          "ordinal": 52,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "clearance-is-presented-not-fetched",
          "title": "Clearance is presented, not fetched",
          "lens": "technical",
          "ordinal": 61,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    },
    {
      "id": "workflow-orchestrator",
      "parentId": "layer-1",
      "name": "Workflow Orchestrator",
      "kind": "module",
      "level": 1,
      "ordinal": 0,
      "accent": "cerulean",
      "status": "Approved",
      "summary": {
        "business": "Coordinate multi-step work across the runtime and hold the state of every run."
      },
      "sections": [
        {
          "id": "mission",
          "title": "Mission",
          "kind": "prose",
          "lens": "both",
          "ordinal": 10,
          "locked": false,
          "markdown": "Coordinate multi-step work across the runtime and hold the state of every run.",
          "body": "Coordinate multi-step work across the runtime and hold the state of every run."
        },
        {
          "id": "responsibilities",
          "title": "Responsibilities",
          "lens": "business",
          "ordinal": 20,
          "locked": true
        },
        {
          "id": "out-of-scope",
          "title": "Out of Scope",
          "lens": "business",
          "ordinal": 30,
          "locked": true
        },
        {
          "id": "changes",
          "title": "Changes",
          "lens": "technical",
          "ordinal": 31,
          "locked": true
        },
        {
          "id": "scope-of-this-document",
          "title": "Scope of this document",
          "lens": "technical",
          "ordinal": 32,
          "locked": true
        },
        {
          "id": "components",
          "title": "Components",
          "lens": "technical",
          "ordinal": 50,
          "locked": true
        },
        {
          "id": "run-lifecycle",
          "title": "Run lifecycle",
          "lens": "technical",
          "ordinal": 51,
          "locked": true
        },
        {
          "id": "interface",
          "title": "Interface",
          "lens": "technical",
          "ordinal": 60,
          "locked": true
        },
        {
          "id": "consumed-contracts",
          "title": "Consumed contracts",
          "lens": "technical",
          "ordinal": 70,
          "locked": true
        },
        {
          "id": "state-owned",
          "title": "State owned",
          "lens": "technical",
          "ordinal": 80,
          "locked": true
        },
        {
          "id": "failure-modes",
          "title": "Failure modes",
          "lens": "technical",
          "ordinal": 90,
          "locked": true
        },
        {
          "id": "resolved-2026-09-05",
          "title": "Resolved 2026-09-05",
          "lens": "technical",
          "ordinal": 91,
          "locked": true
        },
        {
          "id": "open-questions",
          "title": "Open Questions",
          "lens": "technical",
          "ordinal": 200,
          "locked": true
        }
      ]
    }
  ],
  "decisions": [],
  "documents": []
}