You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,9 @@ The **export → bank → publish → parity** loop is closed in-repo at **`vend
49
49
| Flagship published run (`real_projector`, native arm, green gates) |[`benchmarks/published_runs/host-realistic-20260525/`](benchmarks/published_runs/host-realistic-20260525/)|
Optional: replace the committed export with a **live** inter-sim dump ([`docs/HOST_REALISTIC_RUNBOOK.md`](docs/HOST_REALISTIC_RUNBOOK.md)). Solver paths (reference vs sequential native vs true batch): [`docs/SOLVER_PATHS_AND_BATCHING.md`](docs/SOLVER_PATHS_AND_BATCHING.md). Native batching: `Backend.NATIVE_MOREAU_BATCH` via [`conicshield/core/solver_factory.py`](conicshield/core/solver_factory.py); compare with [`scripts/performance_benchmark.py`](scripts/performance_benchmark.py) and [`scripts/batch_solve_report.py`](scripts/batch_solve_report.py).
52
+
Live export path: `make capture-inter-sim-graph` → `make refresh-live-upstream-export-live` (see [`docs/HOST_REALISTIC_REFRESH_PROCEDURE.md`](docs/HOST_REALISTIC_REFRESH_PROCEDURE.md)). Current committed export is `live_upstream_dump` with **host-realistic fork** topology validated through inter-sim `RLEnvironment` — not a full Maps/session navigation graph.
53
+
54
+
Solver paths (reference vs sequential native vs true batch): [`docs/SOLVER_PATHS_AND_BATCHING.md`](docs/SOLVER_PATHS_AND_BATCHING.md). Batch API is governed and viability-tested; **do not claim universal batch speedup** in external materials until throughput advisory tiers are met. Differentiation: validation-only ([`docs/DIFFERENTIATION_PUBLIC_STANCE.md`](docs/DIFFERENTIATION_PUBLIC_STANCE.md)).
"notes": "Graph captured via inter-sim RLEnvironment (host-realistic fork). Not a Maps/session-built navigation graph. Cadence: docs/REFERENCE_REFRESH_LOG.md.",
- Benchmark arms in `summary.json` with governance gates in `governance_status.json`
20
+
- Host-realistic export → bank → publish → parity loop is closed in-repo when `host_realistic` is yes
21
+
22
+
## Evidence qualification
23
+
24
+
-**Export loop:** closed in-repo; source export is `benchmarks/external_evidence/offline_graph_export_upstream.json` (`export_kind: live_upstream_dump`).
25
+
-**Live capture:** when `export_kind` is `live_upstream_dump`, the graph was validated through pinned **inter-sim-rl `RLEnvironment`** (see `benchmarks/external_evidence/live_dumps/*.provenance.json`).
26
+
-**Graph content:** host-realistic **fork topology** (Root → NodeA/NodeB/NodeC), not a full Maps/session-built navigation graph unless provenance explicitly says otherwise.
27
+
-**Cadence:** recorded in [`docs/REFERENCE_REFRESH_LOG.md`](../../docs/REFERENCE_REFRESH_LOG.md).
19
28
20
29
## What this run does not claim
21
30
22
31
- Differentiable runtime shield product guarantees (see `docs/DIFFERENTIATION_PUBLIC_STANCE.md`)
23
-
- Live upstream simulator export unless `RUN_PROVENANCE.json` says so
32
+
- Universal batch speedup on all micro-scenarios (viability only; see `docs/SOLVER_PATHS_AND_BATCHING.md`)
33
+
- Full upstream navigation-session graph unless capture provenance documents a richer dump
0 commit comments