log the fifth measurement defect: a count that was not counting #170

Merged
will.anderson merged 3 commits from chore/log-fifth-measurement-defect into dev 2026-08-17 16:14:20 +00:00

3 Commits

Author SHA1 Message Date
bigmerge daad2fa2a0 log the fifth measurement defect: a count that was not counting
El SDK CI - dev / build-and-test (pull_request) Failing after 10m9s
git diff errored to stderr on a malformed revision while wc -l counted empty
stdout, producing three confident IDENTICAL results that meant nothing. Had the
promoted trees actually differed, I would have reported the promotion clean.

The correct check is not 'how many files differ' but 'is the tree object the
same object' -- all three share hash 2acd9374.

All five defects are now visibly one shape: reading a PROXY instead of the
thing. One file instead of the operation, a variable name instead of the shape,
a scope instead of the whole, a pipe's exit instead of the program's, a line
count instead of object identity.
2026-08-17 11:10:22 -05:00
will.anderson 9e4160f279 Merge pull request 'promote stage → main: chain-of-custody repair' (#169) from stage into main
El SDK Release / build-and-release (push) Failing after 26s
2026-08-17 16:06:01 +00:00
will.anderson 4aadd9300e Merge pull request 'promote dev → stage: chain-of-custody repair' (#168) from dev into stage
El SDK Release / build-and-release (pull_request) Failing after 23s
El SDK CI - stage / build-and-test (push) Failing after 12m50s
2026-08-17 16:05:31 +00:00