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;