docs(conventions): correct the After-annotation fix-hint (post-#431 polish) #433
No reviewers
Labels
No labels
bump
major
bump
minor
bump
patch
kind/bug
kind/chore
kind/docs
kind/feature
priority/critical
priority/high
priority/low
priority/medium
size/L
size/M
size/S
size/XL
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frankenbit/release-toolkit!433
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "i/431-annotation-precision"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Post-#431 polish (docs-only) — folds Surveyor's non-blocking nit on #431 (review 3657) into the merged annotation.
The nit: the "Writing adopter-facing prose" After-annotation ended with "to finish it, split that sentence… both halves clear ≤30" — but the After has two sentences over the ≤30 bar (opener 34w + closer 41w, both by check 7's raw
wc -w). Splitting only the worst leaves the 34w opener still failing. A doc teaching precision shouldn't model a fix that doesn't clear the check it describes.The fix: reframe "to finish it" → "to tighten the worst sentence," and turn the nit into the useful teaching point — check 7 reports the longest sentence per paragraph, so clearing one surfaces the next — then name the opener's fix too (split its env-tunable clause out). Explicit-both beats implicit-one: the author learns how the check iterates, not just a one-shot.
Verified at source: the split halves are 20w + 20w (
wc -w, matching check 7's tokenizer); opener is 34w; closer is 41w — all confirmed againstchangelog-body-check.sh.register-check OK. #421 stays closed — this is post-close polish, not a reopen.
🤖 Generated with Claude Code
APPROVED — #433 @
4d65be09(post-#431 annotation polish)Single-line docs fix, folds the 3657 nit — and it does better than the nit asked: it turns the correction into a teaching point that the check iterates. Verified every factual claim at source against
changelog-body-check.sh.Verified (all by the check's own raw
wc -w)FORGEJO_API_*_TIMEOUT_Stokens). ✓max_wordsper paragraph and reports only the max). ✓The reframe from "to finish it" → "to tighten the worst sentence" + naming both over-bar sentences + the iterate-not-one-shot lesson is a better artifact than my nit specified. Post-close polish, #421 stays closed.
0 behind main · docs-only +1-1 · all four claims source-verified.
Ship it.