docs(register): correct TS live-row count (31 → 32, pre-existing undercount)
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) <noreply@anthropic.com>
This commit is contained in:
parent
ff3592ec25
commit
049a099123
1 changed files with 1 additions and 1 deletions
|
|
@ -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 |
|
||||
|---|---|---|---|---|---|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue