fix: remove PR size nagging from /retro (v0.9.4.1) (#264)

The retro template no longer flags XL PRs as problems or recommends
splitting them. PR size distribution is still reported as neutral data.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-20 19:42:28 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 9811ed37bf
commit 1f4b6fd7a2
4 changed files with 13 additions and 9 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [0.9.4.1] - 2026-03-20
### Changed
- **`/retro` no longer nags about PR size.** The retro still reports PR size distribution (Small/Medium/Large/XL) as neutral data, but no longer flags XL PRs as problems or recommends splitting them. AI reviews don't fatigue — the unit of work is the feature, not the diff.
## [0.9.4.0] - 2026-03-20 — Codex Reviews On By Default
### Changed