Digital Twin Factory · Product Surface
Digital Twin Fabric Llm Intake
Build and inspect digital twins, render-room surfaces, memory graphs, and publish staging. This route is now part of the unified operator app shell with action-first navigation, preserved function access, and proof hidden in drawers.
Product UI active
Proof drawer only
External execution disabled
Route/operator-app/digital-twin-fabric/llm-intake/
DomainDigital Twin Factory
Preserved modeproof drawer
StateReady
Action surface
Use these cards to move through the actual product workflow. Proof and raw receipts stay out of the primary UI.
Original proof/source preserved
This route previously looked like raw JSON or proof output. It is now hidden from the primary UI and preserved below.
Proof drawer
Open route proof
{
"phase": "SCOS_REAL_APP_PRODUCT_ASSEMBLY_GLOBAL_UI_BIND_V1",
"ts": "2026-05-26T06:43:53Z",
"route": "/operator-app/digital-twin-fabric/llm-intake/",
"title": "Digital Twin Fabric Llm Intake",
"domain": "Digital Twin Factory",
"legacyMode": "proof drawer",
"originalPreservedAs": "__scos_original_pre_product_shell.html",
"externalActionExecuted": false,
"latestFinal": {
"phase": "SCOS_VERSION_CONVEYOR_DEEP_ACCEPTANCE_GATE_BIND_AND_EVALUATE_V1",
"ts": "2026-05-26T05:38:01Z",
"status": "SCOS_VERSION_CONVEYOR_DEEP_ACCEPTANCE_GATE_BIND_AND_EVALUATE_V1_PASS",
"green": true,
"currentVersion": "V500",
"deepAccepted": true,
"gateCount": 9,
"greenGateCount": 9,
"blockingCount": 0,
"nextSuggestedPhase": "SCOS_V501_CONVEYOR_GENERATOR_FROM_V500_ACCEPTANCE",
"gcpSync": {
"green": true,
"version": "V500",
"project": "scrollchain-integration-node",
"zone": "us-central1-a",
"instance": "scrollchainos-public-runtime-01",
"remoteWebRoot": "/var/www/scrollchainos-public",
"publicHttpBadCount": 0
}
},
"latestGcpProof": {
"phase": "SCOS_GCP_SYNC_PROOF_SEAL_CURRENT_VERSION_V1",
"ts": "2026-05-26T05:38:06Z",
"green": true,
"version": "V500",
"gcpSyncProved": true,
"project": "scrollchain-integration-node",
"zone": "us-central1-a",
"instance": "scrollchainos-public-runtime-01",
"remoteWebRoot": "/var/www/scrollchainos-public",
"publicHttp": [
{
"url": "https://scrollchainos.com/operator-app/",
"code": "200",
"attempts": [
"200"
],
"green": true
},
{
"url": "https://scrollchainos.com/operator-app/version-conveyor/v500/",
"code": "200",
"attempts": [
"200"
],
"green": true
},
{
"url": "https://scrollchainos.com/operator-app/version-conveyor/v500/levels/001/",
"code": "200",
"attempts": [
"200"
],
"green": true
},
{
"url": "https://scrollchainos.com/operator-app/version-conveyor/v500/levels/096/",
"code": "200",
"attempts": [
"200"
],
"green": true
}
],
"badHttp": [],
"publicHttpBadCount": 0,
"versionAccepted": true,
"deepAccepted": true,
"next": "SCOS_V501_CONVEYOR_GENERATOR_FROM_V500_ACCEPTANCE"
},
"autopilot": {
"phase": "SCOS_VERSION_CONVEYOR_AUTOPILOT_UNTIL_DONE_V1",
"ts": "2026-05-26T05:38:11Z",
"status": "TERMINAL_VERSION_REACHED",
"targetVersion": "V501",
"detail": "Next version exceeds MAX_VERSION=500.",
"maxVersion": "500",
"out": "/home/keith/ScrollChainOS/studio/runtime/forensics/SCOS_VERSION_CONVEYOR_AUTOPILOT_UNTIL_DONE_V1_1779767721"
}
}
Original visible text excerpt
ScrollChainOS · Llm Intake ScrollChainOS Product Surface Operator App Gap Sweep V2 Mission Graph Activation App-Wide Gap Rectified V2 Llm Intake This route was converted from raw state output into a usable product surface. Original diagnostics are preserved in the proof drawer. Product Ready Primary route no longer exposes raw JSON as the main app experience. Reload Route Minting Active Minting capability remains active. Per-phase transaction submission remains separate. Canonical Activation Gap Sweep This route was fixed by completion gap sweep V2. Open Sweep V2 Proof drawer: original diagnostic content <!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <title>ScrollChainOS · AI Intelligence Intake Operator Surface</title> <style> :root{color-scheme:dark;background:#03050c;color:#f5f7ff;font-family:Inter,system-ui,Segoe UI,Arial,sans-serif} *{box-sizing:border-box} body{margin:0;background:radial-gradient(circle at 0% 0%,rgba(62,151,255,.24),transparent 34%),radial-gradient(circle at 100% 0%,rgba(255,150,72,.12),transparent 34%),linear-gradient(135deg,#02050b,#10131c 58%,#050609)} main{max-width:1260px;margin:0 auto;padding:42px 18px 90px} .hero,.panel,.card,.action{border:1px solid rgba(150,205,255,.16);background:rgba(255,255,255,.055);border-radius:28px;box-shadow:0 22px 80px rgba(0,0,0,.28)} .hero{padding:30px} .kicker{font-size:11px;letter-spacing:.13em;text-transform:uppercase;color:#9ed8ff} h1{font-size:clamp(42px,7vw,82px);line-height:.9;margin:18px 0 12px} h2{font-size:clamp(24px,4vw,42px);margin:0 0 12px} p{color:#bed0e4;line-height:1.55} .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:16px} .card,.panel,.action{padding:18px} .metric{font-size:38px;font-weight:950;margin:8px 0;color:white} .pill{display:inline-flex;gap:8px;align-items:center;padding:8px 11px;border-radius:999px;border:1px solid rgba(142,209,255,.23);background:rgba(94,170,255,.12);color:#dff2ff;font-size:12px} .actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:12px;margin-top:14px} .action{display:block;text-decoration:none;color:white} .action strong{display:block;font-size:18px;margin-bottom:6px} .action code,code{color:#9ed8ff;word-break:break-all} .status-ok{color:#99ffb7}.status-bad{color:#ffb29c} textarea,input{width:100%;padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.13);background:rgba(0,0,0,