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;