# Parser Proof Validation

Last run: 2026-07-21

Command:

```powershell
npm run parse:validate
```

Output file:

```text
out/parser/latest-snapshot.json
```

Parsed `saves/DYNASTY-QQ2` read-only with `madden-franchise` and CFB27 schema `C27_468_2`.

## Snapshot Counts

- Conferences: 12
- Teams: 143
- Coaches: 497
- Rostered players: 12,148
- Games: 932
- Team game stat rows: 1,864
- Player game stat rows: 83,336

## LSU/Auburn Validation

SeasonGame row `874`:

- Auburn 0
- LSU 66
- Week type: RegularSeason
- Week: 13
- Game status: HomeWon
- Played game: true

LSU team stats, source `TeamStats` row `81`:

- Passing yards: 508
- Rushing yards: 228
- Offensive yards: 736
- Total yards: 846
- Passing TD: 7
- Rushing TD: 1

Player stats:

- Houston Anderson, source `GameOffensiveStats` row `161`: 21/34, 508 passing yards, 7 passing TD.
- Julian Reese II, source `GameOffensiveStats` row `211`: 9 catches, 283 receiving yards, 4 receiving TD.

The parser validation flag passed when all three checks matched:

- Final score: LSU 66, Auburn 0.
- Houston Anderson: 508 passing yards, 7 TD.
- Julian Reese II: 9 catches, 283 yards, 4 TD.
