dashboard refresh

This commit is contained in:
alex 2026-09-08 14:48:59 -04:00
parent 3b4142b566
commit 6669c4ab1e

View file

@ -1,16 +1,16 @@
# SotS RE campaign — coverage dashboard
Generated 2026-09-08 17:56 UTC · `sots-re` @ 4549f5e,2026-09-08 · `sots-engine` @ 0f1c007,2026-09-08 (152 commits) · regenerate with `tools/dashboard.py`
Generated 2026-09-08 18:48 UTC · `sots-re` @ 3b4142b,2026-09-08 · `sots-engine` @ 910b697,2026-09-08 (155 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)
255 targets · mapped-or-better **230/255** `[█████████░] 90%` · verified **191/255** `[███████░░░] 75%`
262 targets · mapped-or-better **237/262** `[█████████░] 90%` · verified **198/262** `[████████░░] 76%`
| Status | Count | % |
|---|---:|---:|
| verified | 191 | 75% |
| verified | 198 | 76% |
| mapped | 39 | 15% |
| in-progress | 2 | 1% |
| backlog | 21 | 8% |
@ -18,20 +18,20 @@ Generated 2026-09-08 17:56 UTC · `sots-re` @ 4549f5e,2026-09-08 · `sots-engine
| Type | verified | mapped | in-progress | backlog | blocked | total |
|---|---:|---:|---:|---:|---:|---:|
| objects | 31 | 6 | 0 | 2 | 1 | 40 |
| control-flow | 17 | 2 | 0 | 0 | 0 | 19 |
| objects | 33 | 6 | 0 | 2 | 1 | 42 |
| control-flow | 19 | 2 | 0 | 0 | 0 | 21 |
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
| engine | 22 | 0 | 0 | 0 | 0 | 22 |
| verify | 54 | 13 | 2 | 16 | 0 | 85 |
| phase2 | 13 | 3 | 0 | 0 | 0 | 16 |
| meta | 40 | 6 | 0 | 1 | 0 | 47 |
| meta | 43 | 6 | 0 | 1 | 0 | 50 |
| other | 10 | 1 | 0 | 0 | 0 | 11 |
## 2. Binary understanding
- RTTI type descriptors: **1,924** (`Game::` 1,404, `Mars::` 194; serializable types 179)
- Classes with recovered member layouts: **384** / 1,598 named classes `[██░░░░░░░░] 24%` — `objects/layouts.json` (serializer recovery) plus classes recovered by hand in `struct-recovery.md` + `schema-gaps-resolved.md`. Note 179 types are *serializable*; the recovery also reaches non-serializable ones, so this is not a subset of that
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1031**, verified **968** `[█████████░] 94%`
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1095**, verified **1020** `[█████████░] 93%`
## 3. Data layer
@ -46,6 +46,7 @@ Generated 2026-09-08 17:56 UTC · `sots-re` @ 4549f5e,2026-09-08 · `sots-engine
| Module | LOC | Test files | Checks | Wired | Doc |
|---|---:|---:|---:|---|---|
| `app` | 2,582 | 6 | 82 | yes | N-output-term.md |
| `game/ai` | 304 | 2 | 66 | yes | — |
| `game/combat` | 582 | 2 | 34 | yes | mars-parse.md |
| `game/config` | 558 | 4 | 131 | yes | M1.md |
| `game/data` | 2,077 | 12 | 462 | yes | game-data.md |
@ -62,7 +63,7 @@ Generated 2026-09-08 17:56 UTC · `sots-re` @ 4549f5e,2026-09-08 · `sots-engine
| `shim` | 12,102 | 0 | 0 | direct (WIN32) | M0.md |
| `shim/hooks` | 9,075 | 0 | 0 | direct (WIN32) | M0.md |
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
| **total** | **44,542** | **107** | **3583** | | |
| **total** | **44,846** | **109** | **3649** | | |
Board `engine:` rows: verified **22**, mapped 0, in flight 0 (of 22) — verified & merged `[██████████] 100%`
@ -78,24 +79,24 @@ Board `engine:` rows: verified **22**, mapped 0, in flight 0 (of 22) — verifie
## 6. Standalone (`src/app`) — distance to the byte-match
Turn-driver phases: **16/44** modelled (10 committed) `[████░░░░░░] 36%`
Turn-driver phases: **16/44** modelled (12 committed) `[████░░░░░░] 36%`
| | verified | implemented | partial | blocked | stub |
|---|---:|---:|---:|---:|---:|
| turn drivers (44) | 0 | 4 | 6 | 6 | 28 |
| turn drivers (44) | 0 | 4 | 8 | 4 | 28 |
| post-combat tail (37) | 0 | 1 | 2 | 2 | 32 |
Reference pair `turn1-state.sav` → `turn2-state.sav`, leaves localised by `state_checksum.py` (coverage proved by re-serialisation):
- baseline (a standalone that does nothing): **209** leaves diverge
- after one standalone turn: **158** leaves diverge — closed 51, regressed 0
- byte match: ❌ not yet `[██░░░░░░░░] 24%`
- after one standalone turn: **157** leaves diverge — closed 52, regressed 0
- byte match: ❌ not yet `[██░░░░░░░░] 25%`
Where the remaining divergence lives:
| Subsystem | Leaves |
|---|---:|
| `/Sim/players` | 82 |
| `/Sim/players` | 81 |
| `/Sim/systems` | 34 |
| `/Sim/turnstats` | 24 |
| `/Sim/SvSctOb` | 8 |
@ -131,11 +132,11 @@ Most recent open:
## 9. Delta since previous dashboard
- verified targets: 179 → 191 (+12) · mapped-or-better: 217 → 230 (+13)
- engine LOC: 44,123 → 44,542 (+419) · test files: 107 → 107 (+0) · checks: 3,545 → 3,583 (+38)
- addresses verified: 957 → 968 (+11) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
- standalone leaves closed: 51 → 51 (+0) · leaves still diverging: 158 → 158 (+0)
- verified targets: 191 → 198 (+7) · mapped-or-better: 230 → 237 (+7)
- engine LOC: 44,542 → 44,846 (+304) · test files: 107 → 109 (+2) · checks: 3,583 → 3,649 (+66)
- addresses verified: 968 → 1,020 (+52) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
- standalone leaves closed: 51 → 52 (+1) · leaves still diverging: 158 → 157 (-1)
---
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": 191, "mapped_plus": 230, "targets": 255, "loc": 44542, "tests": 107, "checks": 3583, "addr_verified": 968, "addr_total": 1031, "layouts": 384, "open_q": 26, "sa_closed": 51, "sa_left": 158} -->
<!-- dashboard-metrics {"verified": 198, "mapped_plus": 237, "targets": 262, "loc": 44846, "tests": 109, "checks": 3649, "addr_verified": 1020, "addr_total": 1095, "layouts": 384, "open_q": 26, "sa_closed": 52, "sa_left": 157} -->