lane BU merged: H1 confirmed, the visit key is fleet->Location, the outcome set is two heap pointers

This commit is contained in:
alex 2026-09-09 03:39:27 -04:00
parent 696935ea2a
commit d6f725a7ae
2 changed files with 9 additions and 8 deletions

View file

@ -1,16 +1,16 @@
# SotS RE campaign — coverage dashboard
Generated 2026-09-09 07:14 UTC · `sots-re` @ 1bae655,2026-09-09 · `sots-engine` @ dea127d,2026-09-09 (242 commits) · regenerate with `tools/dashboard.py`
Generated 2026-09-09 07:39 UTC · `sots-re` @ 696935e,2026-09-09 · `sots-engine` @ dea127d,2026-09-09 (242 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)
441 targets · mapped-or-better **393/441** `[█████████░] 89%` · verified **351/441** `[████████░░] 80%`
442 targets · mapped-or-better **394/442** `[█████████░] 89%` · verified **352/442** `[████████░░] 80%`
| Status | Count | % |
|---|---:|---:|
| verified | 351 | 80% |
| verified | 352 | 80% |
| mapped | 42 | 10% |
| in-progress | 5 | 1% |
| backlog | 41 | 9% |
@ -19,7 +19,7 @@ Generated 2026-09-09 07:14 UTC · `sots-re` @ 1bae655,2026-09-09 · `sots-engine
| Type | verified | mapped | in-progress | backlog | blocked | total |
|---|---:|---:|---:|---:|---:|---:|
| objects | 46 | 6 | 0 | 3 | 1 | 56 |
| control-flow | 40 | 2 | 1 | 0 | 0 | 43 |
| control-flow | 41 | 2 | 1 | 0 | 0 | 44 |
| subsystems | 4 | 8 | 0 | 2 | 1 | 15 |
| engine | 31 | 0 | 0 | 0 | 0 | 31 |
| verify | 105 | 15 | 3 | 35 | 0 | 158 |
@ -133,11 +133,11 @@ Most recent open:
## 9. Delta since previous dashboard
- verified targets: 348 → 351 (+3) · mapped-or-better: 390 → 393 (+3)
- verified targets: 351 → 352 (+1) · mapped-or-better: 393 → 394 (+1)
- engine LOC: 58,647 → 58,647 (+0) · test files: 122 → 122 (+0) · checks: 4,257 → 4,257 (+0)
- addresses verified: 1,160 → 1,163 (+3) · recovered layouts: 384 → 384 (+0) · open questions: 26 → 26 (+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": 351, "mapped_plus": 393, "targets": 441, "loc": 58647, "tests": 122, "checks": 4257, "addr_verified": 1163, "addr_total": 1294, "layouts": 384, "open_q": 26, "sa_closed": 45, "sa_left": 63} -->
<!-- dashboard-metrics {"verified": 352, "mapped_plus": 394, "targets": 442, "loc": 58647, "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