dashboard refresh

This commit is contained in:
alex 2026-09-08 07:36:41 -04:00
parent 996f445313
commit afa86208d7

View file

@ -1,19 +1,19 @@
# SotS RE campaign — coverage dashboard
Generated 2026-09-08 11:09 UTC · `sots-re` @ 164f14f,2026-09-08 · `sots-engine` @ f4f3a7a,2026-09-08 (100 commits) · regenerate with `tools/dashboard.py`
Generated 2026-09-08 11:36 UTC · `sots-re` @ 996f445,2026-09-08 · `sots-engine` @ c75931f,2026-09-08 (103 commits) · regenerate with `tools/dashboard.py`
> **North star:** A functional reimplementation of the engine — behavior-equivalent, NOT byte-for-byte
## 1. Map coverage (campaign/board.md)
124 targets · mapped-or-better **107/124** `[█████████░] 86%` · verified **83/124** `[███████░░░] 67%`
130 targets · mapped-or-better **111/130** `[█████████░] 85%` · verified **87/130** `[███████░░░] 67%`
| Status | Count | % |
|---|---:|---:|
| verified | 83 | 67% |
| mapped | 24 | 19% |
| verified | 87 | 67% |
| mapped | 24 | 18% |
| in-progress | 2 | 2% |
| backlog | 13 | 10% |
| backlog | 15 | 12% |
| blocked | 2 | 2% |
| Type | verified | mapped | in-progress | backlog | blocked | total |
@ -21,11 +21,11 @@ Generated 2026-09-08 11:09 UTC · `sots-re` @ 164f14f,2026-09-08 · `sots-engine
| objects | 5 | 2 | 0 | 0 | 0 | 7 |
| control-flow | 0 | 2 | 0 | 0 | 0 | 2 |
| subsystems | 3 | 7 | 1 | 3 | 1 | 15 |
| engine | 15 | 0 | 0 | 0 | 0 | 15 |
| verify | 21 | 3 | 0 | 7 | 0 | 31 |
| engine | 16 | 0 | 0 | 0 | 0 | 16 |
| verify | 21 | 3 | 0 | 8 | 0 | 32 |
| phase2 | 10 | 2 | 1 | 2 | 0 | 15 |
| meta | 17 | 4 | 0 | 1 | 0 | 22 |
| other | 12 | 4 | 0 | 0 | 1 | 17 |
| other | 15 | 4 | 0 | 1 | 1 | 21 |
## 2. Binary understanding
@ -53,15 +53,15 @@ Generated 2026-09-08 11:09 UTC · `sots-re` @ 164f14f,2026-09-08 · `sots-engine
| `game/sim` | 3,100 | 10 | 699 | yes | game-sim.md |
| `mars/parse` | 875 | 12 | 277 | yes | mars-parse.md |
| `mars/rng` | 206 | 0 | 0 | yes | mars-rng.md |
| `mars/stream` | 4,798 | 7 | 246 | yes | mars-stream.md |
| `mars/stream` | 5,096 | 7 | 282 | yes | mars-stream.md |
| `mars/text` | 899 | 8 | 245 | yes | mars-text.md |
| `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md |
| `shim` | 8,947 | 0 | 0 | direct (WIN32) | M0.md |
| `shim/hooks` | 6,008 | 0 | 0 | direct (WIN32) | M0.md |
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
| **total** | **33,045** | **94** | **3106** | | |
| **total** | **33,343** | **94** | **3142** | | |
Board `engine:` rows: verified **15**, mapped 0, in flight 0 (of 15) — verified & merged `[██████████] 100%`
Board `engine:` rows: verified **16**, mapped 0, in flight 0 (of 16) — verified & merged `[██████████] 100%`
## 5. Phase 2 milestones
@ -96,10 +96,10 @@ Most recent open:
## 8. Delta since previous dashboard
- verified targets: 69 → 83 (+14) · mapped-or-better: 93 → 107 (+14)
- engine LOC: 31,335 → 33,045 (+1,710) · test files: 93 → 94 (+1) · checks: 2,998 → 3,106 (+108)
- verified targets: 83 → 87 (+4) · mapped-or-better: 107 → 111 (+4)
- engine LOC: 33,045 → 33,343 (+298) · test files: 94 → 94 (+0) · checks: 3,106 → 3,142 (+36)
- addresses verified: 607 → 607 (+0) · recovered layouts: 22 → 22 (+0) · open questions: 26 → 26 (+0)
---
warnings: board.md: unknown types objects; 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": 83, "mapped_plus": 107, "targets": 124, "loc": 33045, "tests": 94, "checks": 3106, "addr_verified": 607, "addr_total": 615, "layouts": 22, "open_q": 26} -->
<!-- dashboard-metrics {"verified": 87, "mapped_plus": 111, "targets": 130, "loc": 33343, "tests": 94, "checks": 3142, "addr_verified": 607, "addr_total": 615, "layouts": 22, "open_q": 26} -->