Expected write facts are assertions only; compiler output is the source of truth.
highlighted = computed this step
Honest by construction
Each lesson compiles raw rows and writes, turns recomputed facts into expected assertions, then compiles again.
expected is assertion only
Show the guarded writes
The guarded request has 2 writes and applies 2.
writes=2
Write examples are tiny finite row modifications; SQL dialects, transactions, constraints beyond the visible key, triggers, indexes, concurrency, performance, and product behavior are out of scope.
Try to tamper
Wrong expected facts, derived sidecars, duplicate base keys, missing key columns, key-column updates, bad row lengths, bools, and floats fail closed.
fail closed before render
Summary
Book twenty-four stays inside finite keyed table writes.