dashboard refresh
This commit is contained in:
parent
a4cc50043d
commit
f259655026
1 changed files with 20 additions and 20 deletions
|
|
@ -1,31 +1,31 @@
|
|||
# SotS RE campaign — coverage dashboard
|
||||
|
||||
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`
|
||||
Generated 2026-09-08 19:03 UTC · `sots-re` @ a4cc500,2026-09-08 · `sots-engine` @ db99971,2026-09-08 (167 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)
|
||||
|
||||
262 targets · mapped-or-better **237/262** `[█████████░] 90%` · verified **198/262** `[████████░░] 76%`
|
||||
274 targets · mapped-or-better **246/274** `[█████████░] 90%` · verified **206/274** `[████████░░] 75%`
|
||||
|
||||
| Status | Count | % |
|
||||
|---|---:|---:|
|
||||
| verified | 198 | 76% |
|
||||
| mapped | 39 | 15% |
|
||||
| verified | 206 | 75% |
|
||||
| mapped | 40 | 15% |
|
||||
| in-progress | 2 | 1% |
|
||||
| backlog | 21 | 8% |
|
||||
| backlog | 24 | 9% |
|
||||
| blocked | 2 | 1% |
|
||||
|
||||
| Type | verified | mapped | in-progress | backlog | blocked | total |
|
||||
|---|---:|---:|---:|---:|---:|---:|
|
||||
| objects | 33 | 6 | 0 | 2 | 1 | 42 |
|
||||
| control-flow | 19 | 2 | 0 | 0 | 0 | 21 |
|
||||
| objects | 35 | 6 | 0 | 2 | 1 | 44 |
|
||||
| control-flow | 20 | 2 | 0 | 0 | 0 | 22 |
|
||||
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
|
||||
| engine | 22 | 0 | 0 | 0 | 0 | 22 |
|
||||
| verify | 54 | 13 | 2 | 16 | 0 | 85 |
|
||||
| verify | 57 | 14 | 2 | 19 | 0 | 92 |
|
||||
| phase2 | 13 | 3 | 0 | 0 | 0 | 16 |
|
||||
| meta | 43 | 6 | 0 | 1 | 0 | 50 |
|
||||
| other | 10 | 1 | 0 | 0 | 0 | 11 |
|
||||
| meta | 44 | 6 | 0 | 1 | 0 | 51 |
|
||||
| other | 11 | 1 | 0 | 0 | 0 | 12 |
|
||||
|
||||
## 2. Binary understanding
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ Generated 2026-09-08 18:48 UTC · `sots-re` @ 3b4142b,2026-09-08 · `sots-engine
|
|||
|
||||
| Module | LOC | Test files | Checks | Wired | Doc |
|
||||
|---|---:|---:|---:|---|---|
|
||||
| `app` | 2,582 | 6 | 82 | yes | N-output-term.md |
|
||||
| `app` | 2,920 | 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 |
|
||||
|
|
@ -54,16 +54,16 @@ Generated 2026-09-08 18:48 UTC · `sots-re` @ 3b4142b,2026-09-08 · `sots-engine
|
|||
| `game/effects` | 973 | 3 | 231 | yes | game-effects.md |
|
||||
| `game/events` | 558 | 3 | 152 | yes | E-events.md |
|
||||
| `game/nav` | 581 | 2 | 113 | yes | — |
|
||||
| `game/sim` | 3,783 | 11 | 830 | yes | game-sim.md |
|
||||
| `game/sim` | 4,217 | 12 | 937 | yes | game-sim.md |
|
||||
| `mars/parse` | 875 | 12 | 277 | yes | mars-parse.md |
|
||||
| `mars/rng` | 244 | 0 | 0 | yes | mars-rng.md |
|
||||
| `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` | 12,102 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/hooks` | 9,075 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim` | 12,606 | 0 | 0 | direct (WIN32) | H-probes.md |
|
||||
| `shim/hooks` | 9,561 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
|
||||
| **total** | **44,846** | **109** | **3649** | | |
|
||||
| **total** | **46,608** | **110** | **3756** | | |
|
||||
|
||||
Board `engine:` rows: verified **22**, mapped 0, in flight 0 (of 22) — verified & merged `[██████████] 100%`
|
||||
|
||||
|
|
@ -132,11 +132,11 @@ Most recent open:
|
|||
|
||||
## 9. Delta since previous dashboard
|
||||
|
||||
- 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)
|
||||
- verified targets: 198 → 206 (+8) · mapped-or-better: 237 → 246 (+9)
|
||||
- engine LOC: 44,846 → 46,608 (+1,762) · test files: 109 → 110 (+1) · checks: 3,649 → 3,756 (+107)
|
||||
- addresses verified: 1,020 → 1,020 (+0) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+0)
|
||||
- standalone leaves closed: 52 → 52 (+0) · leaves still diverging: 157 → 157 (+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": 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} -->
|
||||
<!-- dashboard-metrics {"verified": 206, "mapped_plus": 246, "targets": 274, "loc": 46608, "tests": 110, "checks": 3756, "addr_verified": 1020, "addr_total": 1095, "layouts": 384, "open_q": 26, "sa_closed": 52, "sa_left": 157} -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue