18 golden fixture boards as real on-disk trees under Fixtures/ — ten valid/tolerated cases (rich board, interrupted create, non-UUID strays, stray files, tombstones, tie-breaks, unknown-key order, coercion, last-wins duplicates, board-level deleted) and eight fail-fast cases, each pinned to its exact error reason and path; the rich board's whole tree round-trips byte-identically. Pins two contract subtleties now recorded in the design: tombstone flags are not inherited (renderers walk ancestors) and last-wins resolves before order strictness. README gains the storage-foundation feature entry. 146 tests total. Claude-Session: https://claude.ai/code/session_018BjQRYBR6jQja3jCRi5S3A
347 B
347 B
schema, title, deleted
| schema | title | deleted |
|---|---|---|
| 1 | Board With A Stray 'deleted' Key | 2026-01-01T00:00:00Z |
'deleted' is legal per the common frontmatter table but meaningless at board level — a board can't tombstone itself out of its own window. The loader ignores it (and logs a warning) rather than acting on it; the rest of the board loads completely normally.