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
hasha83a1ca5a078a39d
stated81b48b8faefddc4
fidelity0.46
source.js
{
  "item": {
    "id": "synchronicity-predictive-models",
    "title": "Synchronicity predictive models",
    "type": "synchronicity",
    "family": "predictive heuristics",
    "summary": "Synchronicity axes, predictive models, optimization signals, and cross-field heuristics for graph-aware delivery.",
    "sourcePath": "/rhiz/uniphi/lib/synchronicity-interface.js",
    "docPath": "/rhiz/uniphi/lib/synchronicity-interface.js",
    "actionLabel": "Project predictive layer"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"synchronicity-predictive-models\",\n  \"family\": \"predictive heuristics\",\n  \"type\": \"synchronicity\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"predictive heuristics\",\n    \"synchronicity\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      31,
      21,
      13,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"synchronicity-predictive-models\",\n  \"family\": \"predictive heuristics\",\n  \"type\": \"synchronicity\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"predictive heuristics\",\n    \"synchronicity\"\n  ]\n}"
  },
  "previewMode": "bars",
  "codeLines": [
    "import fs from \"fs\";",
    "import path from \"path\";",
    "import { insertLiveRecord, listLiveRecords } from \"./live-store.js\";",
    "import { submitQuantumJob } from \"./quantum-gateway.js\";",
    "const APP_ROOT = \"/rhiz/uniphi\";",
    "const CONFIG_PATH = path.join(APP_ROOT, \"config\", \"runtime-sources.json\");",
    "const COLLECTION = \"synchronicity_interface_entries\";",
    "const ENTRY_LIMIT = 36;"
  ],
  "keywords": [
    "runtime",
    "index",
    "axis",
    "surface",
    "axisscores",
    "paths"
  ],
  "metrics": {
    "representativePath": "/rhiz/uniphi/lib/synchronicity-interface.js",
    "sampledPaths": [
      "/rhiz/uniphi/lib/synchronicity-interface.js",
      "/rhiz/uniphi/lib/synchronicity-interface.js"
    ],
    "extension": ".js",
    "lines": 343,
    "nonEmptyLines": 305,
    "bytes": 12555,
    "importCount": 4,
    "exportCount": 4,
    "functionCount": 39,
    "classCount": 0,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      7,
      99,
      83,
      47,
      69,
      38,
      23,
      24,
      67,
      95,
      99,
      48,
      94,
      60,
      62,
      30,
      44,
      61,
      9,
      39,
      21,
      34,
      93,
      70
    ],
    "matrix": [
      [
        0.07,
        0.99,
        0.83,
        0.47,
        0.69,
        0.38
      ],
      [
        0.23,
        0.24,
        0.67,
        0.95,
        0.99,
        0.48
      ],
      [
        0.94,
        0.6,
        0.62,
        0.3,
        0.44,
        0.61
      ],
      [
        0.09,
        0.39,
        0.21,
        0.34,
        0.93,
        0.7
      ],
      [
        0.07,
        0.99,
        0.83,
        0.47,
        0.69,
        0.38
      ],
      [
        0.23,
        0.24,
        0.67,
        0.95,
        0.99,
        0.48
      ]
    ],
    "nodes": [
      {
        "id": "synchronicity-predictive-models-0",
        "label": "runtime",
        "weight": 7
      },
      {
        "id": "synchronicity-predictive-models-1",
        "label": "index",
        "weight": 99
      },
      {
        "id": "synchronicity-predictive-models-2",
        "label": "axis",
        "weight": 83
      },
      {
        "id": "synchronicity-predictive-models-3",
        "label": "surface",
        "weight": 47
      },
      {
        "id": "synchronicity-predictive-models-4",
        "label": "axisscores",
        "weight": 69
      },
      {
        "id": "synchronicity-predictive-models-5",
        "label": "paths",
        "weight": 38
      }
    ],
    "edges": [
      {
        "from": "synchronicity-predictive-models-0",
        "to": "synchronicity-predictive-models-1",
        "weight": 106
      },
      {
        "from": "synchronicity-predictive-models-0",
        "to": "synchronicity-predictive-models-2",
        "weight": 83
      },
      {
        "from": "synchronicity-predictive-models-1",
        "to": "synchronicity-predictive-models-2",
        "weight": 182
      },
      {
        "from": "synchronicity-predictive-models-1",
        "to": "synchronicity-predictive-models-3",
        "weight": 99
      },
      {
        "from": "synchronicity-predictive-models-2",
        "to": "synchronicity-predictive-models-3",
        "weight": 130
      },
      {
        "from": "synchronicity-predictive-models-2",
        "to": "synchronicity-predictive-models-4",
        "weight": 83
      },
      {
        "from": "synchronicity-predictive-models-3",
        "to": "synchronicity-predictive-models-4",
        "weight": 116
      },
      {
        "from": "synchronicity-predictive-models-3",
        "to": "synchronicity-predictive-models-5",
        "weight": 47
      },
      {
        "from": "synchronicity-predictive-models-4",
        "to": "synchronicity-predictive-models-5",
        "weight": 107
      },
      {
        "from": "synchronicity-predictive-models-4",
        "to": "synchronicity-predictive-models-0",
        "weight": 69
      },
      {
        "from": "synchronicity-predictive-models-5",
        "to": "synchronicity-predictive-models-0",
        "weight": 45
      },
      {
        "from": "synchronicity-predictive-models-5",
        "to": "synchronicity-predictive-models-1",
        "weight": 99
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "a83a1ca5a078a39d0c5bcf471dd706829d5c1111ddb264dab4218b1db660e115",
    "stateHash": "d81b48b8faefddc4b20ed6747e765cdb80374efb91f2de78d7db9fc2d61223d3",
    "fidelity": 0.46,
    "phaseVector": [
      7,
      99,
      83,
      47
    ],
    "superpositionBands": [
      0.07,
      0.99,
      0.83,
      0.47,
      0.69,
      0.38
    ]
  }
}