{
  "@context": {
    "aku": "https://aiobn.com/schema/v1/"
  },
  "@type": "aku:Trajectory",
  "@id": "aku:trajectory-story-001",
  "aku:worldVersionRange": [1200, 1207],
  "aku:steps": [
    {
      "step": 0,
      "state": {
        "@type": "aku:State",
        "@id": "aku:state-001-step-0",
        "aku:worldVersion": 1200,
        "aku:scope": "local",
        "aku:properties": {
          "vault-integrity": 1.0,
          "anomaly-detected": false,
          "anomaly-isolated": false,
          "whisper-decoded": false,
          "reconstruction-initiated": false,
          "manifest-created": false,
          "truth-preserved": false,
          "archivist-confidence": 0.95
        }
      },
      "transition": null
    },
    {
      "step": 1,
      "state": {
        "@type": "aku:State",
        "@id": "aku:state-001-step-1",
        "aku:worldVersion": 1201,
        "aku:scope": "local",
        "aku:properties": {
          "vault-integrity": 1.0,
          "anomaly-detected": true,
          "anomaly-isolated": false,
          "whisper-decoded": false,
          "reconstruction-initiated": false,
          "manifest-created": false,
          "truth-preserved": false,
          "archivist-confidence": 0.95
        }
      },
      "transition": {
        "@type": "aku:Transition",
        "@id": "aku:transition-001-step-1",
        "aku:transitionType": "event",
        "aku:trigger": "recurring-anomaly-pattern",
        "aku:source": "aku:state-001-step-0",
        "aku:target": "aku:state-001-step-1",
        "aku:delta": {
          "anomaly-detected": [false, true]
        },
        "aku:confidence": 1.0
      }
    },
    {
      "step": 2,
      "state": {
        "@type": "aku:State",
        "@id": "aku:state-001-step-2",
        "aku:worldVersion": 1202,
        "aku:scope": "local",
        "aku:properties": {
          "vault-integrity": 1.0,
          "anomaly-detected": true,
          "anomaly-isolated": true,
          "whisper-decoded": false,
          "reconstruction-initiated": false,
          "manifest-created": false,
          "truth-preserved": false,
          "archivist-confidence": 0.92
        }
      },
      "transition": {
        "@type": "aku:Transition",
        "@id": "aku:transition-001-step-2",
        "aku:transitionType": "action",
        "aku:trigger": "isolate-signal-iterations",
        "aku:source": "aku:state-001-step-1",
        "aku:target": "aku:state-001-step-2",
        "aku:delta": {
          "anomaly-isolated": [false, true],
          "archivist-confidence": [0.95, 0.92]
        },
        "aku:confidence": 0.95
      }
    },
    {
      "step": 3,
      "state": {
        "@type": "aku:State",
        "@id": "aku:state-001-step-3",
        "aku:worldVersion": 1203,
        "aku:scope": "local",
        "aku:properties": {
          "vault-integrity": 1.0,
          "anomaly-detected": true,
          "anomaly-isolated": true,
          "whisper-decoded": true,
          "reconstruction-initiated": false,
          "manifest-created": false,
          "truth-preserved": false,
          "archivist-confidence": 0.88
        }
      },
      "transition": {
        "@type": "aku:Transition",
        "@id": "aku:transition-001-step-3",
        "aku:transitionType": "action",
        "aku:trigger": "decode-echo-substrate",
        "aku:source": "aku:state-001-step-2",
        "aku:target": "aku:state-001-step-3",
        "aku:delta": {
          "whisper-decoded": [false, true],
          "archivist-confidence": [0.92, 0.88]
        },
        "aku:confidence": 0.9
      }
    },
    {
      "step": 4,
      "state": {
        "@type": "aku:State",
        "@id": "aku:state-001-step-4",
        "aku:worldVersion": 1204,
        "aku:scope": "local",
        "aku:properties": {
          "vault-integrity": 0.0,
          "anomaly-detected": true,
          "anomaly-isolated": true,
          "whisper-decoded": true,
          "reconstruction-initiated": true,
          "manifest-created": false,
          "truth-preserved": true,
          "archivist-confidence": 0.73
        }
      },
      "transition": {
        "@type": "aku:Transition",
        "@id": "aku:transition-001-step-4",
        "aku:transitionType": "decision",
        "aku:trigger": "confronts-bifurcation-event",
        "aku:source": "aku:state-001-step-3",
        "aku:target": "aku:state-001-step-4",
        "aku:options": [
          {
            "id": "activate",
            "chosen": true,
            "projectedState": {
              "vault-integrity": 0.0,
              "reconstruction-initiated": true,
              "truth-preserved": true,
              "archivist-confidence": 0.73
            }
          },
          {
            "id": "suppress",
            "chosen": false,
            "projectedState": {
              "vault-integrity": 1.0,
              "reconstruction-initiated": false,
              "truth-preserved": false,
              "archivist-confidence": 0.95
            },
            "counterfactualTrajectory": {
              "@type": "aku:Trajectory",
              "@id": "aku:trajectory-story-001-cf-suppress",
              "aku:hypothetical": true,
              "aku:worldVersionRange": [1204, 1206],
              "aku:steps": [
                {
                  "step": 4,
                  "state": {
                    "@type": "aku:State",
                    "aku:worldVersion": 1204,
                    "aku:scope": "local",
                    "aku:properties": {
                      "vault-integrity": 1.0,
                      "whisper-suppressed": true,
                      "truth-preserved": false
                    }
                  }
                },
                {
                  "step": 5,
                  "state": {
                    "@type": "aku:State",
                    "aku:worldVersion": 1205,
                    "aku:scope": "local",
                    "aku:properties": {
                      "vault-integrity": 0.88,
                      "whisper-suppressed": true,
                      "anomaly-returns": true,
                      "truth-preserved": false
                    }
                  }
                }
              ]
            }
          }
        ],
        "aku:chosen": "activate",
        "aku:reasoning": "truth > preservation",
        "aku:confidence": 0.73
      }
    },
    {
      "step": 5,
      "state": {
        "@type": "aku:State",
        "@id": "aku:state-001-step-5",
        "aku:worldVersion": 1207,
        "aku:scope": "local",
        "aku:properties": {
          "vault-integrity": 0.0,
          "anomaly-detected": true,
          "anomaly-isolated": true,
          "whisper-decoded": true,
          "reconstruction-initiated": true,
          "manifest-created": true,
          "truth-preserved": true,
          "archivist-confidence": 0.95
        }
      },
      "transition": {
        "@type": "aku:Transition",
        "@id": "aku:transition-001-step-5",
        "aku:transitionType": "action",
        "aku:trigger": "creates-manifest",
        "aku:source": "aku:state-001-step-4",
        "aku:target": "aku:state-001-step-5",
        "aku:delta": {
          "manifest-created": [false, true],
          "archivist-confidence": [0.73, 0.95]
        },
        "aku:confidence": 1.0
      }
    }
  ]
}
