|
| 1 | +# ConicShield v1 reference release |
| 2 | + |
| 3 | +Public name for the governed **host-realistic flagship** reference system shipped in this repository. |
| 4 | + |
| 5 | +## What v1 is |
| 6 | + |
| 7 | +| Item | Value | |
| 8 | +|------|--------| |
| 9 | +| Family | `conicshield-transition-bank-v1` | |
| 10 | +| Flagship `run_id` | `host-realistic-20260525` | |
| 11 | +| Evidence tier | `vendor_native`, `real_projector` | |
| 12 | +| Export | `live_upstream_dump` (inter-sim fork topology) | |
| 13 | +| Public API | `conicshield.published_runs` v1 (frozen) | |
| 14 | +| Integrity catalog | `benchmarks/PUBLISHED_RUN_INDEX.json` schema v2 | |
| 15 | + |
| 16 | +## What v1 is for |
| 17 | + |
| 18 | +- Reproducible, hash-verified benchmark bundles for external researchers |
| 19 | +- Library integration via reference CVXPY and (with license) native Moreau paths |
| 20 | +- A closed maintainer loop: export → bank → publish → parity → index |
| 21 | + |
| 22 | +## What v1 is not |
| 23 | + |
| 24 | +See [PUBLIC_CLAIMS.md](PUBLIC_CLAIMS.md): no production autograd product, no universal batch speedup claim, no Maps/session navigation graph, no second-family authority. |
| 25 | + |
| 26 | +## How to consume (start here) |
| 27 | + |
| 28 | +1. [COMMUNITY_LAYER.md](COMMUNITY_LAYER.md) |
| 29 | +2. `python examples/verify_published_run_index.py` |
| 30 | +3. [CITING_CONICSHIELD_ARTIFACTS.md](CITING_CONICSHIELD_ARTIFACTS.md) |
| 31 | + |
| 32 | +## How to verify coherence |
| 33 | + |
| 34 | +```bash |
| 35 | +make verify-v1-lock-quick |
| 36 | +python scripts/print_v1_status.py |
| 37 | +``` |
| 38 | + |
| 39 | +Machine snapshot: [`benchmarks/reports/reference_system_status.json`](../benchmarks/reports/reference_system_status.json). |
| 40 | + |
| 41 | +## Maintainer operations |
| 42 | + |
| 43 | +- Refresh: [HOST_REALISTIC_REFRESH_PROCEDURE.md](HOST_REALISTIC_REFRESH_PROCEDURE.md) |
| 44 | +- Lock gate: [V1_LOCK_CHECKLIST.md](V1_LOCK_CHECKLIST.md) |
| 45 | +- Strategy: [V2_STRATEGY.md](V2_STRATEGY.md) (Option A active; B/C deferred) |
0 commit comments