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
hash903d9775780576a1
state47f4d9eafe7ea9ad
fidelity0.82
source.html
{
  "item": {
    "id": "factory-ecosystem-dataviz",
    "title": "Factory ecosystem data-viz",
    "type": "dataviz",
    "family": "factory ecosystem",
    "summary": "Ecosystem, medusa, exosphere, treemap, and riemann visual modules for immersive graph and environment display.",
    "sourcePath": "/rhiz/factory/data-viz/ecosystem/medusa.html",
    "docPath": "/rhiz/factory/data-viz/ecosystem/exosystem_evolutive.html",
    "actionLabel": "Open ecosystem dataviz"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"factory-ecosystem-dataviz\",\n  \"family\": \"factory ecosystem\",\n  \"type\": \"dataviz\",\n  \"amplitude\": 8,\n  \"density\": 7,\n  \"directives\": [\n    \"factory ecosystem\",\n    \"dataviz\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      25,
      17,
      7,
      8,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"factory-ecosystem-dataviz\",\n  \"family\": \"factory ecosystem\",\n  \"type\": \"dataviz\",\n  \"amplitude\": 8,\n  \"density\": 7,\n  \"directives\": [\n    \"factory ecosystem\",\n    \"dataviz\"\n  ]\n}"
  },
  "previewMode": "field",
  "codeLines": [
    "<canvas id=\"canvas\"></canvas>",
    "class MedusaAgent {",
    "const rect = this.canvas.getBoundingClientRect();",
    "const dx = this.state.mouse.x - this.state.center.x;",
    "const dy = this.state.mouse.y - this.state.center.y;",
    "const distance = Math.hypot(dx, dy);",
    "const maxDistance = Math.min(this.state.width, this.state.height) * 0.5;",
    "const a = e.accelerationIncludingGravity || { x:0, y:0, z:0 };"
  ],
  "keywords": [
    "this",
    "state",
    "math",
    "params",
    "sentience",
    "particle"
  ],
  "metrics": {
    "representativePath": "/rhiz/factory/data-viz/ecosystem/medusa.html",
    "sampledPaths": [
      "/rhiz/factory/data-viz/ecosystem/medusa.html",
      "/rhiz/factory/data-viz/ecosystem/exosystem_evolutive.html"
    ],
    "extension": ".html",
    "lines": 1171,
    "nonEmptyLines": 1020,
    "bytes": 46684,
    "importCount": 2,
    "exportCount": 2,
    "functionCount": 48,
    "classCount": 1,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      41,
      7,
      41,
      65,
      54,
      38,
      58,
      91,
      84,
      34,
      4,
      50,
      99,
      92,
      87,
      60,
      99,
      50,
      62,
      98,
      78,
      63,
      91,
      18
    ],
    "matrix": [
      [
        0.41,
        0.07,
        0.41,
        0.65,
        0.54,
        0.38
      ],
      [
        0.58,
        0.91,
        0.84,
        0.34,
        0.04,
        0.5
      ],
      [
        0.99,
        0.92,
        0.87,
        0.6,
        0.99,
        0.5
      ],
      [
        0.62,
        0.98,
        0.78,
        0.63,
        0.91,
        0.18
      ],
      [
        0.41,
        0.07,
        0.41,
        0.65,
        0.54,
        0.38
      ],
      [
        0.58,
        0.91,
        0.84,
        0.34,
        0.04,
        0.5
      ]
    ],
    "nodes": [
      {
        "id": "factory-ecosystem-dataviz-0",
        "label": "this",
        "weight": 41
      },
      {
        "id": "factory-ecosystem-dataviz-1",
        "label": "state",
        "weight": 7
      },
      {
        "id": "factory-ecosystem-dataviz-2",
        "label": "math",
        "weight": 41
      },
      {
        "id": "factory-ecosystem-dataviz-3",
        "label": "params",
        "weight": 65
      },
      {
        "id": "factory-ecosystem-dataviz-4",
        "label": "sentience",
        "weight": 54
      },
      {
        "id": "factory-ecosystem-dataviz-5",
        "label": "particle",
        "weight": 38
      }
    ],
    "edges": [
      {
        "from": "factory-ecosystem-dataviz-0",
        "to": "factory-ecosystem-dataviz-1",
        "weight": 48
      },
      {
        "from": "factory-ecosystem-dataviz-0",
        "to": "factory-ecosystem-dataviz-2",
        "weight": 41
      },
      {
        "from": "factory-ecosystem-dataviz-1",
        "to": "factory-ecosystem-dataviz-2",
        "weight": 48
      },
      {
        "from": "factory-ecosystem-dataviz-1",
        "to": "factory-ecosystem-dataviz-3",
        "weight": 65
      },
      {
        "from": "factory-ecosystem-dataviz-2",
        "to": "factory-ecosystem-dataviz-3",
        "weight": 106
      },
      {
        "from": "factory-ecosystem-dataviz-2",
        "to": "factory-ecosystem-dataviz-4",
        "weight": 54
      },
      {
        "from": "factory-ecosystem-dataviz-3",
        "to": "factory-ecosystem-dataviz-4",
        "weight": 119
      },
      {
        "from": "factory-ecosystem-dataviz-3",
        "to": "factory-ecosystem-dataviz-5",
        "weight": 65
      },
      {
        "from": "factory-ecosystem-dataviz-4",
        "to": "factory-ecosystem-dataviz-5",
        "weight": 92
      },
      {
        "from": "factory-ecosystem-dataviz-4",
        "to": "factory-ecosystem-dataviz-0",
        "weight": 54
      },
      {
        "from": "factory-ecosystem-dataviz-5",
        "to": "factory-ecosystem-dataviz-0",
        "weight": 79
      },
      {
        "from": "factory-ecosystem-dataviz-5",
        "to": "factory-ecosystem-dataviz-1",
        "weight": 38
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "903d9775780576a1d5d519cc90a84e2e3f047c3e66756cfd19e30d405b31fcca",
    "stateHash": "47f4d9eafe7ea9ad5d49212c2057260264a1c0bad1b4ee1f9ef308164bdcfeac",
    "fidelity": 0.8200000000000001,
    "phaseVector": [
      41,
      7,
      41,
      65
    ],
    "superpositionBands": [
      0.41,
      0.07,
      0.41,
      0.65,
      0.54,
      0.38
    ]
  }
}