From 049a099123f02d4e38fbd9a4301af3849532f790 Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 20 Jun 2026 15:59:14 +0200 Subject: [PATCH] =?UTF-8?q?docs(register):=20correct=20TS=20live-row=20cou?= =?UTF-8?q?nt=20(31=20=E2=86=92=2032,=20pre-existing=20undercount)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The final B.2 review found the TS header undercounted: there are 32 contiguous rows (TS-1..TS-32) but the header read "31". The base already undercounted (said "32" with 33 rows TS-1..TS-33); deleting TS-33 with a literal 32→31 decrement preserved the off-by-one. Set the header to the verified actual count. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/architecture/retail-divergence-register.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/retail-divergence-register.md b/docs/architecture/retail-divergence-register.md index c8e37e75..a78ef507 100644 --- a/docs/architecture/retail-divergence-register.md +++ b/docs/architecture/retail-divergence-register.md @@ -150,7 +150,7 @@ accepted-divergence entries (#96, #49, #50). --- -## 4. Temporary stopgap (TS) — 31 rows +## 4. Temporary stopgap (TS) — 32 rows | # | Divergence | Where (file:line) | Why it is safe / justified | Risk if assumption breaks | Retail oracle | |---|---|---|---|---|---|