dashboard refresh

This commit is contained in:
alex 2026-09-08 19:41:53 -04:00
parent 4293200615
commit c0207e7d4c

View file

@ -1,53 +1,53 @@
# SotS RE campaign — coverage dashboard
Generated 2026-09-08 22:06 UTC · `sots-re` @ 62b738d,2026-09-08 · `sots-engine` @ 7444c3b,2026-09-08 (194 commits) · regenerate with `tools/dashboard.py`
Generated 2026-09-08 23:41 UTC · `sots-re` @ 4293200,2026-09-08 · `sots-engine` @ f99488a,2026-09-08 (220 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)
326 targets · mapped-or-better **293/326** `[█████████░] 90%` · verified **253/326** `[████████░░] 78%`
365 targets · mapped-or-better **324/365** `[█████████░] 89%` · verified **282/365** `[████████░░] 77%`
| Status | Count | % |
|---|---:|---:|
| verified | 253 | 78% |
| mapped | 40 | 12% |
| in-progress | 3 | 1% |
| backlog | 28 | 9% |
| verified | 282 | 77% |
| mapped | 42 | 12% |
| in-progress | 4 | 1% |
| backlog | 35 | 10% |
| blocked | 2 | 1% |
| Type | verified | mapped | in-progress | backlog | blocked | total |
|---|---:|---:|---:|---:|---:|---:|
| objects | 40 | 6 | 0 | 3 | 1 | 50 |
| control-flow | 23 | 2 | 0 | 0 | 0 | 25 |
| objects | 41 | 6 | 0 | 3 | 1 | 51 |
| control-flow | 24 | 2 | 0 | 0 | 0 | 26 |
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
| engine | 26 | 0 | 0 | 0 | 0 | 26 |
| verify | 73 | 14 | 3 | 22 | 0 | 112 |
| phase2 | 13 | 3 | 0 | 0 | 0 | 16 |
| meta | 57 | 6 | 0 | 1 | 0 | 64 |
| other | 17 | 1 | 0 | 0 | 0 | 18 |
| engine | 28 | 0 | 0 | 0 | 0 | 28 |
| verify | 87 | 15 | 3 | 29 | 0 | 134 |
| phase2 | 13 | 3 | 1 | 0 | 0 | 17 |
| meta | 66 | 6 | 0 | 1 | 0 | 73 |
| 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): **1210**, verified **1100** `[█████████░] 91%`
- Functions: **41,411** (parsed from `01-fingerprint.md`); named/annotated in the **address contract** (`ghidra/addresses.json`, not Ghidra's full rename count): **1223**, verified **1104** `[█████████░] 90%`
## 3. Data layer
- 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-text`: **64/64** files agree `[██████████] 100%`
- Saves: **11/11** real saves strict-clean — strict exit 0, 0 errors, 0 warnings
- Saves: **20/20** real saves strict-clean — strict exit 0, 0 errors, 0 warnings
- Design rules: **127/127** stock designs pass `[██████████] 100%`
## 4. Engine accrual (sots-engine)
| Module | LOC | Test files | Checks | Wired | Doc |
|---|---:|---:|---:|---|---|
| `app` | 4,231 | 8 | 169 | yes | N-output-term.md |
| `game/ai` | 1,197 | 5 | 206 | yes | — |
| `game/combat` | 582 | 2 | 34 | yes | mars-parse.md |
| `app` | 4,838 | 9 | 207 | yes | N-output-term.md |
| `game/ai` | 2,089 | 8 | 322 | yes | L4-ai-orders.md |
| `game/combat` | 582 | 2 | 34 | yes | L2-predictions.md |
| `game/config` | 558 | 4 | 131 | yes | M1.md |
| `game/data` | 2,077 | 12 | 462 | yes | game-data.md |
| `game/design` | 1,200 | 19 | 303 | yes | game-design.md |
@ -60,12 +60,12 @@ Generated 2026-09-08 22:06 UTC · `sots-re` @ 62b738d,2026-09-08 · `sots-engine
| `mars/stream` | 5,407 | 7 | 310 | yes | mars-stream.md |
| `mars/text` | 899 | 8 | 245 | yes | mars-text.md |
| `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md |
| `shim` | 13,384 | 0 | 0 | direct (WIN32) | H-probes.md |
| `shim/hooks` | 10,331 | 0 | 0 | direct (WIN32) | M0.md |
| `shim` | 15,837 | 0 | 0 | direct (WIN32) | H-probes.md |
| `shim/hooks` | 12,748 | 0 | 0 | direct (WIN32) | L1-predictions.md |
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
| **total** | **50,923** | **117** | **4084** | | |
| **total** | **57,292** | **121** | **4238** | | |
Board `engine:` rows: verified **26**, mapped 0, in flight 0 (of 26) — verified & merged `[██████████] 100%`
Board `engine:` rows: verified **28**, mapped 0, in flight 0 (of 28) — verified & merged `[██████████] 100%`
## 5. Phase 2 milestones
@ -111,7 +111,7 @@ Detail: `verify/results/standalone/report.txt`.
## 7. Verification ledger
- ✅ Saves strict: 11/11 (strict exit 0, 0 errors, 0 warnings)
- ✅ Saves strict: 20/20 (strict exit 0, 0 errors, 0 warnings)
- ✅ Design rules: 127/127
- ✅ oracle mars-parse 1531/1531 · ✅ oracle mars-text 64/64
- ✅ Compare harness present (`verify/harness/compare/`)
@ -120,7 +120,7 @@ Detail: `verify/results/standalone/report.txt`.
## 8. Open questions
Open **26** · resolved/parked 11 · backlog items: 1. The engine today 0, 2. The milestone, restated 3, 3. Engine work to Rung A 0, 4. Future engine modules 5, 5. Workloads to manufacture 7, 6. Multiplayer revival 4, 7. Method and infrastructure 5, Parked 2
Open **26** · resolved/parked 11 · backlog items: 1. The engine today 0, 2. The milestone, restated 5, 3. Engine work to Rung A 0, 4. Future engine modules 5, 5. Workloads to manufacture 7, 6. Multiplayer revival 4, 7. Method and infrastructure 5, Parked 2
Most recent open:
@ -132,11 +132,11 @@ Most recent open:
## 9. Delta since previous dashboard
- verified targets: 244 → 253 (+9) · mapped-or-better: 284 → 293 (+9)
- engine LOC: 50,620 → 50,923 (+303) · test files: 117 → 117 (+0) · checks: 4,080 → 4,084 (+4)
- addresses verified: 1,093 → 1,100 (+7) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
- standalone leaves closed: 85 → 45 (-40) · leaves still diverging: 124 → 63 (-61)
- verified targets: 253 → 282 (+29) · mapped-or-better: 293 → 324 (+31)
- engine LOC: 50,923 → 57,292 (+6,369) · test files: 117 → 121 (+4) · checks: 4,084 → 4,238 (+154)
- addresses verified: 1,100 → 1,104 (+4) · 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": 253, "mapped_plus": 293, "targets": 326, "loc": 50923, "tests": 117, "checks": 4084, "addr_verified": 1100, "addr_total": 1210, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->
<!-- dashboard-metrics {"verified": 282, "mapped_plus": 324, "targets": 365, "loc": 57292, "tests": 121, "checks": 4238, "addr_verified": 1104, "addr_total": 1223, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->