From 22c92fdfcd97c0a53b3af90b3235e9a19d0627e7 Mon Sep 17 00:00:00 2001 From: jerrymares Date: Fri, 24 Jul 2026 00:25:34 -0500 Subject: [PATCH] docs: add sanitized public status snapshot (2026-07-24) Records honest renderer/Fast/Thinker boundaries and recent research/cascade notes without publishing evidence, weights, or game data. --- README.md | 4 ++++ docs/STATUS.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 docs/STATUS.md diff --git a/README.md b/README.md index d973d92..eae4122 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,7 @@ copies, credentials, or live telemetry. The themed dossier is being prepared on a review branch before any Pages deployment. + +## Status + +See [docs/STATUS.md](docs/STATUS.md) for the sanitized public scoreboard. diff --git a/docs/STATUS.md b/docs/STATUS.md new file mode 100644 index 0000000..efb7ac9 --- /dev/null +++ b/docs/STATUS.md @@ -0,0 +1,28 @@ +# Public status snapshot + +**Updated:** 2026-07-24 +**Authority:** machine-checked private harness counts; this page is a sanitized mirror. + +| Track | State | +| --- | --- | +| Renderer first-frame checklist | **4/13** — **0** accepted draws / flips / captures / frames | +| Adjudicated decompiled source | Live private scoreboard (see project wiki / live dashboards) | +| ArcEndian Fast (frozen eval) | **18/75 (24.0%)** | +| ArcEndian Thinker | **No score yet** | +| Native gameplay / E2E save-load | **Not reached** | + +## Recent program notes (sanitized) + +- Deep-research packs **P1–P3** completed for the decompiler **data path**: PowerPC64 BE ABI/RAG bibliography, public neural-decomp dataset matrix (C fuel / methods only), synthetic compile→disasm mint blueprint. +- Research packs **P4–P12** remain queued offline. +- **Relentless-Endian** cascade repairs run in parallel (reviewed ABI boundary, Thinker preflight). Models never self-bank. +- Live decompilation banking and renderer work continue independently. **No fake frames.** + +## Where to look + +- Live themed dashboards: +- Org landing: +- Reusable system contracts: private `bucketcomps/relentless-endian` +- Implementation evidence: private game repository (not this public projection) + +No game assets, ROMs, keys, model weights, or private traces are published here.