dashboard: stream/rng + vfs merged, oracle verified
This commit is contained in:
parent
1eb967756b
commit
7a68cdcccb
1 changed files with 18 additions and 16 deletions
|
|
@ -1,18 +1,18 @@
|
|||
# SotS RE campaign — coverage dashboard
|
||||
|
||||
Generated 2026-09-07 21:45 UTC · `sots-re` @ f1c7f55,2026-09-07 · `sots-engine` @ 352577a,2026-09-07 (16 commits) · regenerate with `tools/dashboard.py`
|
||||
Generated 2026-09-07 21:47 UTC · `sots-re` @ 1eb9677,2026-09-07 · `sots-engine` @ 12a3666,2026-09-07 (20 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)
|
||||
|
||||
43 targets · mapped-or-better **30/43** `[███████░░░] 70%` · verified **14/43** `[███░░░░░░░] 33%`
|
||||
43 targets · mapped-or-better **32/43** `[███████░░░] 74%` · verified **16/43** `[████░░░░░░] 37%`
|
||||
|
||||
| Status | Count | % |
|
||||
|---|---:|---:|
|
||||
| verified | 14 | 33% |
|
||||
| verified | 16 | 37% |
|
||||
| mapped | 16 | 37% |
|
||||
| in-progress | 5 | 12% |
|
||||
| in-progress | 3 | 7% |
|
||||
| backlog | 7 | 16% |
|
||||
| blocked | 1 | 2% |
|
||||
|
||||
|
|
@ -21,8 +21,8 @@ Generated 2026-09-07 21:45 UTC · `sots-re` @ f1c7f55,2026-09-07 · `sots-engine
|
|||
| objects | 5 | 2 | 0 | 0 | 0 | 7 |
|
||||
| control-flow | 0 | 2 | 0 | 0 | 0 | 2 |
|
||||
| subsystems | 1 | 5 | 1 | 3 | 1 | 11 |
|
||||
| engine | 3 | 1 | 3 | 0 | 0 | 7 |
|
||||
| verify | 2 | 2 | 1 | 0 | 0 | 5 |
|
||||
| engine | 4 | 1 | 2 | 0 | 0 | 7 |
|
||||
| verify | 3 | 2 | 0 | 0 | 0 | 5 |
|
||||
| phase2 | 1 | 0 | 0 | 4 | 0 | 5 |
|
||||
| meta | 2 | 4 | 0 | 0 | 0 | 6 |
|
||||
|
||||
|
|
@ -46,12 +46,14 @@ Generated 2026-09-07 21:45 UTC · `sots-re` @ f1c7f55,2026-09-07 · `sots-engine
|
|||
|---|---:|---:|---:|---|---|
|
||||
| `game/sim` | 1,342 | 9 | 356 | yes | game-sim.md |
|
||||
| `mars/parse` | 750 | 12 | 188 | yes | mars-parse.md |
|
||||
| `mars/rng` | 166 | 0 | 0 | yes | mars-rng.md |
|
||||
| `mars/stream` | 3,703 | 5 | 195 | yes | mars-stream.md |
|
||||
| `mars/text` | 855 | 8 | 205 | yes | mars-text.md |
|
||||
| `mars/vfs` | 788 | 9 | 140 | yes | mars-vfs.md |
|
||||
| `shim` | 184 | 0 | 0 | direct (WIN32) | M0.md |
|
||||
| **total** | **3,919** | **38** | **889** | | |
|
||||
| **total** | **7,788** | **43** | **1084** | | |
|
||||
|
||||
Board `engine:` rows: verified **3**, mapped 1, in flight 3 (of 7) — verified & merged `[████░░░░░░] 43%`
|
||||
Board `engine:` rows: verified **4**, mapped 1, in flight 2 (of 7) — verified & merged `[██████░░░░] 57%`
|
||||
|
||||
## 5. Phase 2 milestones
|
||||
|
||||
|
|
@ -70,26 +72,26 @@ Board `engine:` rows: verified **3**, mapped 1, in flight 3 (of 7) — verified
|
|||
- ✅ oracle mars-parse 1531/1531 · ✅ oracle mars-text 64/64
|
||||
- ✅ Compare harness present (`verify/harness/compare/`)
|
||||
- ✅ M0 evidence present (`verify/results/shim/m0.log`)
|
||||
- 🔄 Determinism oracle: in-progress
|
||||
- ✅ Determinism oracle: verified
|
||||
|
||||
## 7. Open questions
|
||||
|
||||
Open **22** · resolved/parked 5 · backlog items: Now 4, Next 3, Later 2, Breadth queue 7, Parked 1
|
||||
Open **23** · resolved/parked 6 · backlog items: Now 4, Next 3, Later 2, Breadth queue 7, Parked 1
|
||||
|
||||
Most recent open:
|
||||
|
||||
- SAVE_FORMAT tag corrections (fix Python reader + spec) — real on-disk tags: `otnF` (not `ontF`) in…
|
||||
- Not traced end-to-end — `Species/_NPC/weapons/*.weapon` loading and the `.effect` dictionary entry…
|
||||
- PARITY BUG (fix in mars/text + Python flat_kv): duplicate config keys are FIRST-occurrence-wins in t…
|
||||
- Formula gaps surfaced by the game/sim port (feed back to Ghidra) — which bankruptcy limit carries …
|
||||
- `Mars::Application::Initialize` signature (P2-M0 finding) — a C++ `__thiscall` detour that called …
|
||||
- Corrections from turn internals — `ServerPlayer+0xf9` is the AI flag (not bTurnDone); `FUN_007d7f7…
|
||||
|
||||
## 8. Delta since previous dashboard
|
||||
|
||||
- verified targets: 13 → 14 (+1) · mapped-or-better: 29 → 30 (+1)
|
||||
- engine LOC: 3,919 → 3,919 (+0) · test files: 38 → 38 (+0) · checks: 889 → 889 (+0)
|
||||
- addresses verified: 10 → 90 (+80) · recovered layouts: 21 → 21 (+0) · open questions: 20 → 22 (+2)
|
||||
- verified targets: 14 → 16 (+2) · mapped-or-better: 30 → 32 (+2)
|
||||
- engine LOC: 3,919 → 7,788 (+3,869) · test files: 38 → 43 (+5) · checks: 889 → 1,084 (+195)
|
||||
- addresses verified: 90 → 90 (+0) · recovered layouts: 21 → 21 (+0) · open questions: 22 → 23 (+1)
|
||||
|
||||
---
|
||||
warnings: mars-vfs.md: no oracle total row parsed
|
||||
<!-- dashboard-metrics {"verified": 14, "mapped_plus": 30, "targets": 43, "loc": 3919, "tests": 38, "checks": 889, "addr_verified": 90, "addr_total": 102, "layouts": 21, "open_q": 22} -->
|
||||
warnings: 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": 16, "mapped_plus": 32, "targets": 43, "loc": 7788, "tests": 43, "checks": 1084, "addr_verified": 90, "addr_total": 102, "layouts": 21, "open_q": 23} -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue