dashboard refresh

This commit is contained in:
alex 2026-09-08 20:58:58 -04:00
parent 429f754aa7
commit f84ffc0be9

View file

@ -1,37 +1,37 @@
# SotS RE campaign — coverage dashboard
Generated 2026-09-09 00:20 UTC · `sots-re` @ 6f6e74a,2026-09-08 · `sots-engine` @ 1d3f811,2026-09-08 (225 commits) · regenerate with `tools/dashboard.py`
Generated 2026-09-09 00:58 UTC · `sots-re` @ 429f754,2026-09-08 · `sots-engine` @ b1c61a8,2026-09-08 (232 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)
375 targets · mapped-or-better **333/375** `[█████████░] 89%` · verified **291/375** `[████████░░] 78%`
389 targets · mapped-or-better **345/389** `[█████████░] 89%` · verified **303/389** `[████████░░] 78%`
| Status | Count | % |
|---|---:|---:|
| verified | 291 | 78% |
| verified | 303 | 78% |
| mapped | 42 | 11% |
| in-progress | 4 | 1% |
| backlog | 36 | 10% |
| backlog | 38 | 10% |
| blocked | 2 | 1% |
| Type | verified | mapped | in-progress | backlog | blocked | total |
|---|---:|---:|---:|---:|---:|---:|
| objects | 43 | 6 | 0 | 3 | 1 | 53 |
| objects | 46 | 6 | 0 | 3 | 1 | 56 |
| control-flow | 24 | 2 | 0 | 0 | 0 | 26 |
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
| engine | 29 | 0 | 0 | 0 | 0 | 29 |
| verify | 90 | 15 | 3 | 30 | 0 | 138 |
| verify | 94 | 15 | 3 | 32 | 0 | 144 |
| phase2 | 13 | 3 | 1 | 0 | 0 | 17 |
| meta | 69 | 6 | 0 | 1 | 0 | 76 |
| meta | 74 | 6 | 0 | 1 | 0 | 81 |
| other | 19 | 2 | 0 | 0 | 0 | 21 |
## 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): **1240**, verified **1121** `[█████████░] 90%`
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1241**, verified **1122** `[█████████░] 90%`
## 3. Data layer
@ -60,10 +60,10 @@ Generated 2026-09-09 00:20 UTC · `sots-re` @ 6f6e74a,2026-09-08 · `sots-engine
| `mars/stream` | 5,671 | 7 | 313 | yes | mars-stream.md |
| `mars/text` | 899 | 8 | 245 | yes | mars-text.md |
| `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md |
| `shim` | 15,917 | 0 | 0 | direct (WIN32) | H-probes.md |
| `shim/hooks` | 12,811 | 0 | 0 | direct (WIN32) | L1-predictions.md |
| `shim` | 16,284 | 0 | 0 | direct (WIN32) | H-probes.md |
| `shim/hooks` | 13,178 | 0 | 0 | direct (WIN32) | L1-predictions.md |
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
| **total** | **57,699** | **121** | **4241** | | |
| **total** | **58,433** | **121** | **4241** | | |
Board `engine:` rows: verified **29**, mapped 0, in flight 0 (of 29) — verified & merged `[██████████] 100%`
@ -132,11 +132,11 @@ Most recent open:
## 9. Delta since previous dashboard
- verified targets: 287 → 291 (+4) · mapped-or-better: 329 → 333 (+4)
- engine LOC: 57,435 → 57,699 (+264) · test files: 121 → 121 (+0) · checks: 4,238 → 4,241 (+3)
- addresses verified: 1,104 → 1,121 (+17) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
- verified targets: 291 → 303 (+12) · mapped-or-better: 333 → 345 (+12)
- engine LOC: 57,699 → 58,433 (+734) · test files: 121 → 121 (+0) · checks: 4,241 → 4,241 (+0)
- addresses verified: 1,121 → 1,122 (+1) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+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
<!-- dashboard-metrics {"verified": 291, "mapped_plus": 333, "targets": 375, "loc": 57699, "tests": 121, "checks": 4241, "addr_verified": 1121, "addr_total": 1240, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->
<!-- dashboard-metrics {"verified": 303, "mapped_plus": 345, "targets": 389, "loc": 58433, "tests": 121, "checks": 4241, "addr_verified": 1122, "addr_total": 1241, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->