| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <title>Primordial Code Review Bridge v0.1</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <meta name="description" content="Reviewer bridge for HIR/OAM artifacts, Digital Mycelium, Resonant Axis, Domain Atlas, and non-settlement validators."> |
| <style> |
| :root{--bg:#050505;--panel:#101010;--line:#6b5130;--gold:#e7c680;--amber:#d0a35a;--text:#eeeeee;--muted:#c7c7c7} |
| *{box-sizing:border-box} |
| body{margin:0;background:radial-gradient(circle at top,#151008 0,#050505 42%,#000 100%);color:var(--text);font-family:Georgia,serif;line-height:1.55} |
| main{max-width:1040px;margin:0 auto;padding:48px 24px 72px} |
| h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.95;color:var(--gold);font-weight:400;margin:0 0 18px} |
| h2{color:var(--amber);border-bottom:1px solid var(--line);padding-bottom:.4rem;margin-top:1.6rem} |
| a{color:#f0d28d;text-decoration:none} |
| a:hover{text-decoration:underline} |
| .card{border:1px solid var(--line);background:rgba(17,17,17,.92);padding:20px;margin:16px 0;border-radius:14px;box-shadow:0 14px 40px rgba(0,0,0,.35)} |
| .boundary{font-family:ui-monospace,Menlo,Consolas,monospace;color:var(--muted);font-size:1rem} |
| .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:14px} |
| code{color:var(--gold)} |
| .badge{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:4px 10px;margin:4px 4px 4px 0;color:var(--gold);background:#0b0b0b} |
| ul{padding-left:1.25rem} |
| footer{margin-top:34px;color:#aaa;font-size:.92rem} |
| </style> |
| </head> |
| <body> |
| <main> |
| <h1>Primordial Code<br>Review Bridge v0.1</h1> |
| <p class="boundary">Structural correspondence, not ontological equivalence. Review, not validation.</p> |
|
|
| <div class="card"> |
| <h2>Purpose</h2> |
| <p>This Space is a reviewer-facing orientation layer for the Primordial Code / HIR-OAM ecosystem. It is a front door for reviewers, researchers, developers, conference readers, journal readers, and public visitors before entering the larger artifact archive.</p> |
| <p>It organizes the ecosystem into Digital Mycelium, Resonant Axis, Domain Atlas, and the Non-Settlement Validator contract.</p> |
| </div> |
|
|
| <div class="grid"> |
| <div class="card"> |
| <h2>Digital Mycelium</h2> |
| <p>Connective / ecological candidate architecture: lineage, propagation, carrier ecology, repair, immune memory, bounded persistence, and cross-domain structural translation.</p> |
| </div> |
| <div class="card"> |
| <h2>Resonant Axis</h2> |
| <p>Settlement / proof / non-settlement layer: source-return, provenance, OAM reverse-trace, quarantine, null-return, zero-retention clean pass, and defensive immune memory.</p> |
| </div> |
| <div class="card"> |
| <h2>Domain Atlas</h2> |
| <p>Cross-domain scorecard that grades structural correspondence as strong, moderate, weak, or fail.</p> |
| </div> |
| <div class="card"> |
| <h2>Validator Contract</h2> |
| <p>First proof-harness target: JSONL evidence records, ten lanes, fail-locks, and deterministic pass/fail scoring.</p> |
| </div> |
| </div> |
|
|
| <div class="card"> |
| <h2>Start Here</h2> |
| <ol> |
| <li><a href="REVIEWER_ONE_PAGE_BRIEF.md">Reviewer One-Page Brief</a></li> |
| <li><a href="CLAIMS_BOUNDARY.md">Claims Boundary</a></li> |
| <li><a href="MAP_OF_THE_ECOSYSTEM.md">Map of the Ecosystem</a></li> |
| <li><a href="DOMAIN_ATLAS_SCORECARD_v0_1.md">Domain Atlas Scorecard v0.1</a></li> |
| <li><a href="RESONANT_AXIS_VALIDATOR_CONTRACT_v0_1.md">Resonant Axis Validator Contract v0.1</a></li> |
| <li><a href="AIES_SUPPLEMENTARY_DELTA_NOTE.md">AIES Supplementary Delta Note</a></li> |
| <li><a href="PUBLIC_PROVENANCE_NOTE_X_GROK_THREAD.md">Public Provenance Note — X/Grok Thread</a></li> |
| <li><a href="SOURCE_INDEX.md">Source Index</a></li> |
| <li><a href="NEXT_STEPS.md">Next Steps</a></li> |
| </ol> |
| </div> |
|
|
| <div class="card"> |
| <h2>Core Boundary</h2> |
| <p><span class="badge">No consciousness claim</span><span class="badge">No personhood claim</span><span class="badge">No biological-life claim</span><span class="badge">No production validation</span></p> |
| <p>The strongest shared fail-lock is: <strong>source-return or repair breaks under pressure.</strong></p> |
| </div> |
|
|
| <div class="card"> |
| <h2>Machine-Readable Seeds</h2> |
| <ul> |
| <li><a href="schema.json">schema.json</a></li> |
| <li><a href="golden_fixture.json">golden_fixture.json</a></li> |
| <li><a href="MANIFEST.md">MANIFEST.md</a></li> |
| </ul> |
| </div> |
|
|
| <footer> |
| Created and developed by Collin D. Weber. This bridge is an orientation and review layer; it is not institutional endorsement, empirical validation, clinical certification, cybersecurity certification, or production deployment. |
| </footer> |
| </main> |
| </body> |
| </html> |
|
|