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
hash657cef5d43916417
state88ff102b609fc277
fidelity0.63
source.js
{
  "item": {
    "id": "meta-cluster-invariants",
    "title": "Meta cluster numeral invariants",
    "type": "hypergraph",
    "family": "hypergraph meta cluster",
    "summary": "Functor, operand, and invariant stack for PHI|OS-aware hypergraph projection and gated buyout formalism.",
    "sourcePath": "/rhiz/factory/hypergraph_meta_cluster_bundle",
    "docPath": "/rhiz/factory/hypergraph_meta_cluster_bundle/data/graph-state.json",
    "actionLabel": "Project invariants"
  },
  "seed": "phi-request-ontology-graph",
  "payloadText": "{\n  \"preset\": \"meta-cluster-invariants\",\n  \"family\": \"hypergraph meta cluster\",\n  \"type\": \"hypergraph\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"hypergraph meta cluster\",\n    \"hypergraph\"\n  ]\n}",
  "parsedPayload": {
    "kind": "object",
    "values": [
      23,
      23,
      10,
      5,
      7,
      2
    ],
    "keys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "raw": "{\n  \"preset\": \"meta-cluster-invariants\",\n  \"family\": \"hypergraph meta cluster\",\n  \"type\": \"hypergraph\",\n  \"amplitude\": 5,\n  \"density\": 7,\n  \"directives\": [\n    \"hypergraph meta cluster\",\n    \"hypergraph\"\n  ]\n}"
  },
  "previewMode": "network",
  "codeLines": [
    "const fs = require('fs');",
    "const path = require('path');",
    "const ROOT = path.resolve(__dirname, '..');",
    "const SERVICES_DIR = path.join(ROOT, 'services');",
    "const DEPLOY_DIR = path.join(ROOT, 'deploy');",
    "const CONFIG_FILE = path.join(ROOT, 'config.json');",
    "function readJSONSafe(p, fallback){ try{ return JSON.parse(fs.readFileSync(p,'utf8')); }catch{ return fallback; } }",
    "function listServices(){"
  ],
  "keywords": [
    "name",
    "services",
    "config",
    "stack",
    "compose",
    "path"
  ],
  "metrics": {
    "representativePath": "/rhiz/factory/hypergraph_meta_cluster_bundle/scripts/generate_stack.js",
    "sampledPaths": [
      "/rhiz/factory/hypergraph_meta_cluster_bundle/scripts/generate_stack.js",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/services/webapp/next-env.d.ts",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/services/webapp/next.config.mjs",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/config.json",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/data/graph-state.json",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/data/graph-state.json",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/postman_collection.json",
      "/rhiz/factory/hypergraph_meta_cluster_bundle/configs/mcp/registry.json"
    ],
    "extension": ".js",
    "lines": 141,
    "nonEmptyLines": 128,
    "bytes": 5136,
    "importCount": 0,
    "exportCount": 0,
    "functionCount": 10,
    "classCount": 0,
    "objectKeys": 6,
    "payloadKind": "object"
  },
  "dataset": {
    "series": [
      10,
      31,
      3,
      53,
      70,
      36,
      63,
      40,
      24,
      76,
      44,
      35,
      70,
      4,
      11,
      9,
      53,
      46,
      5,
      34,
      86,
      68,
      91,
      87
    ],
    "matrix": [
      [
        0.1,
        0.31,
        0.03,
        0.53,
        0.7,
        0.36
      ],
      [
        0.63,
        0.4,
        0.24,
        0.76,
        0.44,
        0.35
      ],
      [
        0.7,
        0.04,
        0.11,
        0.09,
        0.53,
        0.46
      ],
      [
        0.05,
        0.34,
        0.86,
        0.68,
        0.91,
        0.87
      ],
      [
        0.1,
        0.31,
        0.03,
        0.53,
        0.7,
        0.36
      ],
      [
        0.63,
        0.4,
        0.24,
        0.76,
        0.44,
        0.35
      ]
    ],
    "nodes": [
      {
        "id": "meta-cluster-invariants-0",
        "label": "name",
        "weight": 10
      },
      {
        "id": "meta-cluster-invariants-1",
        "label": "services",
        "weight": 31
      },
      {
        "id": "meta-cluster-invariants-2",
        "label": "config",
        "weight": 3
      },
      {
        "id": "meta-cluster-invariants-3",
        "label": "stack",
        "weight": 53
      },
      {
        "id": "meta-cluster-invariants-4",
        "label": "compose",
        "weight": 70
      },
      {
        "id": "meta-cluster-invariants-5",
        "label": "path",
        "weight": 36
      }
    ],
    "edges": [
      {
        "from": "meta-cluster-invariants-0",
        "to": "meta-cluster-invariants-1",
        "weight": 41
      },
      {
        "from": "meta-cluster-invariants-0",
        "to": "meta-cluster-invariants-2",
        "weight": 10
      },
      {
        "from": "meta-cluster-invariants-1",
        "to": "meta-cluster-invariants-2",
        "weight": 34
      },
      {
        "from": "meta-cluster-invariants-1",
        "to": "meta-cluster-invariants-3",
        "weight": 53
      },
      {
        "from": "meta-cluster-invariants-2",
        "to": "meta-cluster-invariants-3",
        "weight": 56
      },
      {
        "from": "meta-cluster-invariants-2",
        "to": "meta-cluster-invariants-4",
        "weight": 70
      },
      {
        "from": "meta-cluster-invariants-3",
        "to": "meta-cluster-invariants-4",
        "weight": 123
      },
      {
        "from": "meta-cluster-invariants-3",
        "to": "meta-cluster-invariants-5",
        "weight": 53
      },
      {
        "from": "meta-cluster-invariants-4",
        "to": "meta-cluster-invariants-5",
        "weight": 106
      },
      {
        "from": "meta-cluster-invariants-4",
        "to": "meta-cluster-invariants-0",
        "weight": 70
      },
      {
        "from": "meta-cluster-invariants-5",
        "to": "meta-cluster-invariants-0",
        "weight": 46
      },
      {
        "from": "meta-cluster-invariants-5",
        "to": "meta-cluster-invariants-1",
        "weight": 36
      }
    ],
    "payloadKeys": [
      "preset",
      "family",
      "type",
      "amplitude",
      "density",
      "directives"
    ],
    "payloadKind": "object"
  },
  "snapshot": {
    "executionHash": "657cef5d43916417e8e401c973a750820a2dc83af755d2b62db4f8344ec4fb33",
    "stateHash": "88ff102b609fc2772d231ebf681c3b1f71f21319def00d0d2e0ee8847e0ee44a",
    "fidelity": 0.63,
    "phaseVector": [
      10,
      31,
      3,
      53
    ],
    "superpositionBands": [
      0.1,
      0.31,
      0.03,
      0.53,
      0.7,
      0.36
    ]
  }
}