lane BT merged: --relabel-new-ids ships with both acceptance halves and five refusing guards
This commit is contained in:
parent
d46b3f8391
commit
f1306713d1
2 changed files with 13 additions and 12 deletions
|
|
@ -1,16 +1,16 @@
|
|||
# SotS RE campaign — coverage dashboard
|
||||
|
||||
Generated 2026-09-09 07:41 UTC · `sots-re` @ d6f725a,2026-09-09 · `sots-engine` @ 45b16ef,2026-09-09 (244 commits) · regenerate with `tools/dashboard.py`
|
||||
Generated 2026-09-09 08:13 UTC · `sots-re` @ d46b3f8,2026-09-09 · `sots-engine` @ e7e2bd6,2026-09-09 (245 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)
|
||||
|
||||
443 targets · mapped-or-better **395/443** `[█████████░] 89%` · verified **353/443** `[████████░░] 80%`
|
||||
444 targets · mapped-or-better **396/444** `[█████████░] 89%` · verified **354/444** `[████████░░] 80%`
|
||||
|
||||
| Status | Count | % |
|
||||
|---|---:|---:|
|
||||
| verified | 353 | 80% |
|
||||
| verified | 354 | 80% |
|
||||
| mapped | 42 | 9% |
|
||||
| in-progress | 5 | 1% |
|
||||
| backlog | 41 | 9% |
|
||||
|
|
@ -25,7 +25,7 @@ Generated 2026-09-09 07:41 UTC · `sots-re` @ d6f725a,2026-09-09 · `sots-engine
|
|||
| verify | 105 | 15 | 3 | 35 | 0 | 158 |
|
||||
| phase2 | 13 | 3 | 1 | 0 | 0 | 17 |
|
||||
| meta | 93 | 6 | 0 | 1 | 0 | 100 |
|
||||
| other | 19 | 2 | 0 | 0 | 0 | 21 |
|
||||
| other | 20 | 2 | 0 | 0 | 0 | 22 |
|
||||
|
||||
## 2. Binary understanding
|
||||
|
||||
|
|
@ -47,7 +47,7 @@ Generated 2026-09-09 07:41 UTC · `sots-re` @ d6f725a,2026-09-09 · `sots-engine
|
|||
| Module | LOC | Test files | Checks | Wired | Doc |
|
||||
|---|---:|---:|---:|---|---|
|
||||
| `app` | 4,838 | 9 | 207 | yes | N-output-term.md |
|
||||
| `game/ai` | 2,128 | 8 | 322 | yes | L4-ai-orders.md |
|
||||
| `game/ai` | 2,138 | 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 |
|
||||
|
|
@ -64,7 +64,7 @@ Generated 2026-09-09 07:41 UTC · `sots-re` @ d6f725a,2026-09-09 · `sots-engine
|
|||
| `shim` | 16,709 | 0 | 0 | direct (WIN32) | H-probes.md |
|
||||
| `shim/hooks` | 13,593 | 0 | 0 | direct (WIN32) | L1-predictions.md |
|
||||
| `shim/trace` | 2,258 | 9 | 273 | direct (WIN32) | shim-trace.md |
|
||||
| **total** | **59,504** | **122** | **4257** | | |
|
||||
| **total** | **59,514** | **122** | **4257** | | |
|
||||
|
||||
Board `engine:` rows: verified **32**, mapped 0, in flight 0 (of 32) — verified & merged `[██████████] 100%`
|
||||
|
||||
|
|
@ -133,11 +133,11 @@ Most recent open:
|
|||
|
||||
## 9. Delta since previous dashboard
|
||||
|
||||
- verified targets: 352 → 353 (+1) · mapped-or-better: 394 → 395 (+1)
|
||||
- engine LOC: 58,647 → 59,504 (+857) · test files: 122 → 122 (+0) · checks: 4,257 → 4,257 (+0)
|
||||
- verified targets: 353 → 354 (+1) · mapped-or-better: 395 → 396 (+1)
|
||||
- engine LOC: 59,504 → 59,514 (+10) · test files: 122 → 122 (+0) · checks: 4,257 → 4,257 (+0)
|
||||
- addresses verified: 1,163 → 1,163 (+0) · 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": 353, "mapped_plus": 395, "targets": 443, "loc": 59504, "tests": 122, "checks": 4257, "addr_verified": 1163, "addr_total": 1294, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->
|
||||
warnings: board.md: unknown types subsystems, tooling; 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": 354, "mapped_plus": 396, "targets": 444, "loc": 59514, "tests": 122, "checks": 4257, "addr_verified": 1163, "addr_total": 1294, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue