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
hash3b4c0084da713256
statef7b30fd3b404b8ca
fidelity0.37
source.ts
{
  "item": {
    "id": "media-interaction-paradigm",
    "title": "Media interaction paradigm playground",
    "type": "playground",
    "family": "media interaction design",
    "summary": "Interactive playground preset spanning psychometrics, topology, storyboard cards, metrics, and immersive media interaction design.",
    "sourcePath": "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src",
    "docPath": "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/views/ProjectView.vue",
    "actionLabel": "Open paradigm playground"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"media-interaction-paradigm\",\n  \"family\": \"media interaction design\",\n  \"type\": \"playground\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"media interaction design\",\n    \"playground\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      26,
      24,
      10,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"media-interaction-paradigm\",\n  \"family\": \"media interaction design\",\n  \"type\": \"playground\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"media interaction design\",\n    \"playground\"\n  ]\n}"
  },
  "previewMode": "bars",
  "codeLines": [
    "import { createApp } from \"vue\";",
    "import { pinia } from \"./store\";",
    "import router from \"./router\";",
    "import App from \"./App.vue\";"
  ],
  "keywords": [
    "media",
    "interaction",
    "router",
    "playground",
    "design",
    "createapp"
  ],
  "metrics": {
    "representativePath": "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/main.ts",
    "sampledPaths": [
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/main.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/app.d.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/router.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/api/client.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/store/auth.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/store/index.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/store/project.ts",
      "/rhiz/PHI|OS/LAB/delta/project-bundle/multi-agent-codex-bundle/apps/web/src/App.vue"
    ],
    "extension": ".ts",
    "lines": 7,
    "nonEmptyLines": 5,
    "bytes": 180,
    "importCount": 4,
    "exportCount": 0,
    "functionCount": 0,
    "classCount": 0,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      89,
      14,
      68,
      47,
      69,
      38,
      75,
      75,
      48,
      65,
      14,
      35,
      5,
      18,
      80,
      61,
      54,
      58,
      96,
      74,
      71,
      31,
      98,
      69
    ],
    "matrix": [
      [
        0.89,
        0.14,
        0.68,
        0.47,
        0.69,
        0.38
      ],
      [
        0.75,
        0.75,
        0.48,
        0.65,
        0.14,
        0.35
      ],
      [
        0.05,
        0.18,
        0.8,
        0.61,
        0.54,
        0.58
      ],
      [
        0.96,
        0.74,
        0.71,
        0.31,
        0.98,
        0.69
      ],
      [
        0.89,
        0.14,
        0.68,
        0.47,
        0.69,
        0.38
      ],
      [
        0.75,
        0.75,
        0.48,
        0.65,
        0.14,
        0.35
      ]
    ],
    "nodes": [
      {
        "id": "media-interaction-paradigm-0",
        "label": "media",
        "weight": 89
      },
      {
        "id": "media-interaction-paradigm-1",
        "label": "interaction",
        "weight": 14
      },
      {
        "id": "media-interaction-paradigm-2",
        "label": "router",
        "weight": 68
      },
      {
        "id": "media-interaction-paradigm-3",
        "label": "playground",
        "weight": 47
      },
      {
        "id": "media-interaction-paradigm-4",
        "label": "design",
        "weight": 69
      },
      {
        "id": "media-interaction-paradigm-5",
        "label": "createapp",
        "weight": 38
      }
    ],
    "edges": [
      {
        "from": "media-interaction-paradigm-0",
        "to": "media-interaction-paradigm-1",
        "weight": 103
      },
      {
        "from": "media-interaction-paradigm-0",
        "to": "media-interaction-paradigm-2",
        "weight": 89
      },
      {
        "from": "media-interaction-paradigm-1",
        "to": "media-interaction-paradigm-2",
        "weight": 82
      },
      {
        "from": "media-interaction-paradigm-1",
        "to": "media-interaction-paradigm-3",
        "weight": 47
      },
      {
        "from": "media-interaction-paradigm-2",
        "to": "media-interaction-paradigm-3",
        "weight": 115
      },
      {
        "from": "media-interaction-paradigm-2",
        "to": "media-interaction-paradigm-4",
        "weight": 69
      },
      {
        "from": "media-interaction-paradigm-3",
        "to": "media-interaction-paradigm-4",
        "weight": 116
      },
      {
        "from": "media-interaction-paradigm-3",
        "to": "media-interaction-paradigm-5",
        "weight": 47
      },
      {
        "from": "media-interaction-paradigm-4",
        "to": "media-interaction-paradigm-5",
        "weight": 107
      },
      {
        "from": "media-interaction-paradigm-4",
        "to": "media-interaction-paradigm-0",
        "weight": 89
      },
      {
        "from": "media-interaction-paradigm-5",
        "to": "media-interaction-paradigm-0",
        "weight": 127
      },
      {
        "from": "media-interaction-paradigm-5",
        "to": "media-interaction-paradigm-1",
        "weight": 38
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "3b4c0084da71325624ed5896298e91eb398dcdd2d193e4993a4212bb6035daa9",
    "stateHash": "f7b30fd3b404b8cad6eabafa04dbde2f33a0a471f1068b40575a72f7b2454463",
    "fidelity": 0.37,
    "phaseVector": [
      89,
      14,
      68,
      47
    ],
    "superpositionBands": [
      0.89,
      0.14,
      0.68,
      0.47,
      0.69,
      0.38
    ]
  }
}