Preset execution surface

Run the preset against a seed, payload, and render snapshot before buyout.

This surface projects the selected preset into an execution manifest: representative source file, extracted code lines, derived data series, matrix state, graph nodes, and an execution hash that can flow into display, composer, and delivery.

Execution preview
Seeded composer
Open raw preview
Execution manifest
hash1464fd35a4eb9302
state3fc6195abbc0830a
fidelity0.38
source.js
{
  "item": {
    "id": "thought-experiment-lab",
    "title": "Thought experiment lab",
    "type": "thought-experiment",
    "family": "phi thought experiment",
    "summary": "Thought experiment capture, ontology packaging, and superintelligence framing as a direct product lane.",
    "sourcePath": "/rhiz/PHI|OS/thought-experiment",
    "docPath": "/rhiz/uniphi/lib/thought-experiment.js",
    "actionLabel": "Open thought experiment"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"thought-experiment-lab\",\n  \"family\": \"phi thought experiment\",\n  \"type\": \"thought-experiment\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"phi thought experiment\",\n    \"thought-experiment\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      22,
      22,
      18,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"thought-experiment-lab\",\n  \"family\": \"phi thought experiment\",\n  \"type\": \"thought-experiment\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"phi thought experiment\",\n    \"thought-experiment\"\n  ]\n}"
  },
  "previewMode": "bars",
  "codeLines": [
    "import fs from \"fs\";",
    "import path from \"path\";",
    "import { spawnSync } from \"child_process\";",
    "import { submitQuantumJob } from \"./quantum-gateway.js\";",
    "import { insertLiveRecord, listLiveRecords } from \"./live-store.js\";",
    "const APP_ROOT = \"/rhiz/uniphi\";",
    "const CONFIG_PATH = path.join(APP_ROOT, \"config\", \"runtime-sources.json\");",
    "const SUBMISSION_RING_LIMIT = 12;"
  ],
  "keywords": [
    "paths",
    "runtime",
    "surface",
    "path",
    "inputdocument",
    "coherence"
  ],
  "metrics": {
    "representativePath": "/rhiz/uniphi/lib/thought-experiment.js",
    "sampledPaths": [
      "/rhiz/uniphi/lib/thought-experiment.js",
      "/rhiz/PHI|OS/thought-experiment/generated/bundle.json",
      "/rhiz/PHI|OS/thought-experiment/input/900_phi_ingestor_learning.json",
      "/rhiz/PHI|OS/thought-experiment/input/001_apertus_identity_invariant.json",
      "/rhiz/PHI|OS/thought-experiment/README.md",
      "/rhiz/PHI|OS/thought-experiment/input/005_genesis_index.md",
      "/rhiz/PHI|OS/thought-experiment/input/011_fourth_turing.md",
      "/rhiz/PHI|OS/thought-experiment/input/007_substance_route.md"
    ],
    "extension": ".js",
    "lines": 428,
    "nonEmptyLines": 394,
    "bytes": 15919,
    "importCount": 5,
    "exportCount": 3,
    "functionCount": 21,
    "classCount": 0,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      77,
      6,
      11,
      47,
      69,
      38,
      39,
      34,
      25,
      95,
      99,
      48,
      56,
      76,
      50,
      30,
      44,
      61,
      14,
      61,
      39,
      34,
      93,
      70
    ],
    "matrix": [
      [
        0.77,
        0.06,
        0.11,
        0.47,
        0.69,
        0.38
      ],
      [
        0.39,
        0.34,
        0.25,
        0.95,
        0.99,
        0.48
      ],
      [
        0.56,
        0.76,
        0.5,
        0.3,
        0.44,
        0.61
      ],
      [
        0.14,
        0.61,
        0.39,
        0.34,
        0.93,
        0.7
      ],
      [
        0.77,
        0.06,
        0.11,
        0.47,
        0.69,
        0.38
      ],
      [
        0.39,
        0.34,
        0.25,
        0.95,
        0.99,
        0.48
      ]
    ],
    "nodes": [
      {
        "id": "thought-experiment-lab-0",
        "label": "paths",
        "weight": 77
      },
      {
        "id": "thought-experiment-lab-1",
        "label": "runtime",
        "weight": 6
      },
      {
        "id": "thought-experiment-lab-2",
        "label": "surface",
        "weight": 11
      },
      {
        "id": "thought-experiment-lab-3",
        "label": "path",
        "weight": 47
      },
      {
        "id": "thought-experiment-lab-4",
        "label": "inputdocument",
        "weight": 69
      },
      {
        "id": "thought-experiment-lab-5",
        "label": "coherence",
        "weight": 38
      }
    ],
    "edges": [
      {
        "from": "thought-experiment-lab-0",
        "to": "thought-experiment-lab-1",
        "weight": 83
      },
      {
        "from": "thought-experiment-lab-0",
        "to": "thought-experiment-lab-2",
        "weight": 77
      },
      {
        "from": "thought-experiment-lab-1",
        "to": "thought-experiment-lab-2",
        "weight": 17
      },
      {
        "from": "thought-experiment-lab-1",
        "to": "thought-experiment-lab-3",
        "weight": 47
      },
      {
        "from": "thought-experiment-lab-2",
        "to": "thought-experiment-lab-3",
        "weight": 58
      },
      {
        "from": "thought-experiment-lab-2",
        "to": "thought-experiment-lab-4",
        "weight": 69
      },
      {
        "from": "thought-experiment-lab-3",
        "to": "thought-experiment-lab-4",
        "weight": 116
      },
      {
        "from": "thought-experiment-lab-3",
        "to": "thought-experiment-lab-5",
        "weight": 47
      },
      {
        "from": "thought-experiment-lab-4",
        "to": "thought-experiment-lab-5",
        "weight": 107
      },
      {
        "from": "thought-experiment-lab-4",
        "to": "thought-experiment-lab-0",
        "weight": 77
      },
      {
        "from": "thought-experiment-lab-5",
        "to": "thought-experiment-lab-0",
        "weight": 115
      },
      {
        "from": "thought-experiment-lab-5",
        "to": "thought-experiment-lab-1",
        "weight": 38
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "1464fd35a4eb930266fee81f91f7fcda01230676deb032bfd0f99947e4adc747",
    "stateHash": "3fc6195abbc0830ae08ae809d3ea9985e0a8abdc712bccf75602490f46960431",
    "fidelity": 0.38,
    "phaseVector": [
      77,
      6,
      11,
      47
    ],
    "superpositionBands": [
      0.77,
      0.06,
      0.11,
      0.47,
      0.69,
      0.38
    ]
  }
}