findings mentioning this date
- final day status: **PASS** — `2026-05-01` renders exactly 4 rows, all `neural`, all in `~/llm_research/parameter-golf-lab/records/track_10min_16mb/2026-05-01_Mockingbird_8xH100/`. No Midnight, junkyard, crawler, experimental, or conversation-derived rows
- **Final day (2026-05-01)** — 4 rendered rows, all camp=`neural`, source=`parameter-golf-lab`, abs_path inside `records/track_10min_16mb/2026-05-01_Mockingbird_8xH100/`:
Header/labels: `ARCHITECTURE FAMILY MOCKINGBIRD (×4)`, `CLASSIFICATION NEURAL 100% (4)`, `DAY 045`. The day has 10 asset rows mtime-attributed to 2026-05-01 (PNGs in `parameter-golf-lab/results/`, including some `midnight_12l` filenames) but assets are correctly excluded from Section 2; they do not appear in the rendered HTML.
Explicit verification of `2026-05-01`:
- **Source path:** every row's abs_path lives under `~/llm_research/parameter-golf-lab/records/track_10min_16mb/2026-05-01_Mockingbird_8xH100/`.
- **No leaks:** `grep` for `midnight|junkyard|crawler|conversation` against `output/preview/2026-05-01.html` and `output/days/2026-05-01.qmd` returns no matches. The 10 PNG `asset` rows mtime-attributed to 2026-05-01 (some named `*_midnight_12l.png`) live in `parameter-golf-lab/results/` and are correctly excluded from Section 2.
| 6 | `rg -n "MIDNIGHT\|open_parameter_golf_junkyard\|EXPERIMENTAL\|crawler\|conversation" output/days/2026-05-01.qmd output/preview/2026-05-01.html` | 1 (no matches — clean) |
| 11 | `sqlite3` lookup of `2026-05-01` artifacts by mtime and by path-encoded date | confirms 10 PNG assets, 5 git_commits, 142 training_logs in DB; final renderer correctly limits Section 2 to 4 Mockingbird rows |
audit summary
{
"date": "2026-05-01",
"fatal": 0,
"headline_metric": "val_bpb",
"raw_records": 1745,
"render_records": 6,
"test_rows": 4,
"warnings": 0
}