lane BR merged: RNG excluded by measurement, the global generator only mints seeds; first replayable rich-turn record

This commit is contained in:
alex 2026-09-09 02:52:04 -04:00
parent 2ff901e678
commit a0caaa32fa
2 changed files with 12 additions and 10 deletions

View file

@ -1,25 +1,25 @@
# SotS RE campaign — coverage dashboard # SotS RE campaign — coverage dashboard
Generated 2026-09-09 06:19 UTC · `sots-re` @ fca5c6c,2026-09-09 · `sots-engine` @ 1654785,2026-09-09 (241 commits) · regenerate with `tools/dashboard.py` Generated 2026-09-09 06:52 UTC · `sots-re` @ 2ff901e,2026-09-09 · `sots-engine` @ 1654785,2026-09-09 (241 commits) · regenerate with `tools/dashboard.py`
> **North star:** A functional reimplementation of the engine — behavior-equivalent, NOT byte-for-byte > **North star:** A functional reimplementation of the engine — behavior-equivalent, NOT byte-for-byte
## 1. Map coverage (campaign/board.md) ## 1. Map coverage (campaign/board.md)
430 targets · mapped-or-better **383/430** `[█████████░] 89%` · verified **341/430** `[████████░░] 79%` 432 targets · mapped-or-better **385/432** `[█████████░] 89%` · verified **343/432** `[████████░░] 79%`
| Status | Count | % | | Status | Count | % |
|---|---:|---:| |---|---:|---:|
| verified | 341 | 79% | | verified | 343 | 79% |
| mapped | 42 | 10% | | mapped | 42 | 10% |
| in-progress | 4 | 1% | | in-progress | 4 | 1% |
| backlog | 41 | 10% | | backlog | 41 | 9% |
| blocked | 2 | 0% | | blocked | 2 | 0% |
| Type | verified | mapped | in-progress | backlog | blocked | total | | Type | verified | mapped | in-progress | backlog | blocked | total |
|---|---:|---:|---:|---:|---:|---:| |---|---:|---:|---:|---:|---:|---:|
| objects | 46 | 6 | 0 | 3 | 1 | 56 | | objects | 46 | 6 | 0 | 3 | 1 | 56 |
| control-flow | 34 | 2 | 0 | 0 | 0 | 36 | | control-flow | 36 | 2 | 0 | 0 | 0 | 38 |
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 | | subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
| engine | 31 | 0 | 0 | 0 | 0 | 31 | | engine | 31 | 0 | 0 | 0 | 0 | 31 |
| verify | 104 | 15 | 3 | 35 | 0 | 157 | | verify | 104 | 15 | 3 | 35 | 0 | 157 |
@ -38,7 +38,7 @@ Generated 2026-09-09 06:19 UTC · `sots-re` @ fca5c6c,2026-09-09 · `sots-engine
- Catalogs: **1,595/1,595** files parsed (91 block kinds in `schema_stats.json`), dangling cross-refs **0** (`crosslink.json`) - Catalogs: **1,595/1,595** files parsed (91 block kinds in `schema_stats.json`), dangling cross-refs **0** (`crosslink.json`)
- Oracle `mars-parse`: **1,531/1,531** files agree `[██████████] 100%` - Oracle `mars-parse`: **1,531/1,531** files agree `[██████████] 100%`
- Oracle `mars-text`: **64/64** files agree `[██████████] 100%` - Oracle `mars-text`: **64/64** files agree `[██████████] 100%`
- Saves: **41/41** real saves strict-clean — strict exit 0, 0 errors, 0 warnings - Saves: **42/42** real saves strict-clean — strict exit 0, 0 errors, 0 warnings
- Design rules: **127/127** stock designs pass `[██████████] 100%` - Design rules: **127/127** stock designs pass `[██████████] 100%`
- Value domains: **490/724** typed fields have been seen to vary `[███████░░░] 68%` — the other **234** have only ever held one value across the corpus, so their typing is untested (`value-domain-census.md`) - Value domains: **490/724** typed fields have been seen to vary `[███████░░░] 68%` — the other **234** have only ever held one value across the corpus, so their typing is untested (`value-domain-census.md`)
@ -112,7 +112,7 @@ Detail: `verify/results/standalone/report.txt`.
## 7. Verification ledger ## 7. Verification ledger
- ✅ Saves strict: 41/41 (strict exit 0, 0 errors, 0 warnings) - ✅ Saves strict: 42/42 (strict exit 0, 0 errors, 0 warnings)
- ✅ Design rules: 127/127 - ✅ Design rules: 127/127
- ✅ oracle mars-parse 1531/1531 · ✅ oracle mars-text 64/64 - ✅ oracle mars-parse 1531/1531 · ✅ oracle mars-text 64/64
- ✅ Compare harness present (`verify/harness/compare/`) - ✅ Compare harness present (`verify/harness/compare/`)
@ -133,11 +133,11 @@ Most recent open:
## 9. Delta since previous dashboard ## 9. Delta since previous dashboard
- verified targets: 339 → 341 (+2) · mapped-or-better: 381 → 383 (+2) - verified targets: 341 → 343 (+2) · mapped-or-better: 383 → 385 (+2)
- engine LOC: 58,647 → 58,647 (+0) · test files: 122 → 122 (+0) · checks: 4,257 → 4,257 (+0) - engine LOC: 58,647 → 58,647 (+0) · test files: 122 → 122 (+0) · checks: 4,257 → 4,257 (+0)
- addresses verified: 1,160 → 1,160 (+0) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0) - addresses verified: 1,160 → 1,160 (+0) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
- standalone leaves closed: 45 → 45 (+0) · leaves still diverging: 63 → 63 (+0) - standalone leaves closed: 45 → 45 (+0) · leaves still diverging: 63 → 63 (+0)
--- ---
warnings: board.md: unknown types subsystems; mars-rng.md: no oracle total row parsed; mars-stream.md: no oracle total row parsed; mars-vfs.md: no oracle total row parsed warnings: board.md: unknown types subsystems; mars-rng.md: no oracle total row parsed; mars-stream.md: no oracle total row parsed; mars-vfs.md: no oracle total row parsed
<!-- dashboard-metrics {"verified": 341, "mapped_plus": 383, "targets": 430, "loc": 58647, "tests": 122, "checks": 4257, "addr_verified": 1160, "addr_total": 1291, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} --> <!-- dashboard-metrics {"verified": 343, "mapped_plus": 385, "targets": 432, "loc": 58647, "tests": 122, "checks": 4257, "addr_verified": 1160, "addr_total": 1291, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->

File diff suppressed because one or more lines are too long