POST-029: VERIFY post restamps every file it undirties commit-all is the suspect gap

Now
OPEN

INVARIANT (gritzko, 2026-07-17): every file undirtied by a post carries a wtlog-stamp mtime, so the next status confirms it clean with zero content reads. post HAS a stamp site (be/verbs/post/post.js:942, BE-011) this ticket VERIFIES coverage of every undirtied class and fixes gaps. Siblings: GET-049 (get stamps nothing), PATCH-013.

Input

Context

put-staged files already carry their put row stamps, which stay in the wtlog after post those confirm clean without a post restamp. The suspect classes are files post undirties WITHOUT a prior put stamp:

Goals

A repro test per class: post, then assert every undirtied file's mtime the wtlog stamp-set AND status does zero content reads on them (STATUS-011 observable). Fix whichever class misses, repro-first.

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome