gstack/review
Arno V a2d3e61564 review: extend the consumer-trace check to loosened inputs, and flag stale strings
The "Enum & Value Completeness" critical check already tells the reviewer to
trace a new value through every consumer outside the diff. The same blind spot
shows up when a change instead loosens what an input accepts (a new MIME type,
extension, or flag): the code that breaks is usually unchanged, so it never
appears in the diff. Broaden that category to cover widened-input acceptance,
with a concrete example.

Separately, add a small informational check for user-facing strings that go
stale when the logic guarding them changes but the string itself doesn't. Same
idea as the existing stale-CHANGELOG note, applied to in-code copy.

Both came from a real review miss: a validator was loosened to accept a typeless
.pdf, but an unchanged submit helper still coerced it to text/plain, so the file
was sent as garbage instead of natively. The diff-scoped pass walked right past it.
2026-06-30 17:37:06 -04:00
..
specialists feat: adaptive gating + cross-review dedup for review army (v0.15.2.0) (#760) 2026-04-04 22:46:21 -07:00
SKILL.md v1.58.5.0 feat: first-run activation scaffold + gstack router front door (#2078) 2026-06-25 09:42:45 -07:00
SKILL.md.tmpl v1.42.0.0 Daegu wave: 23 community-filed bugs + PTY classifier enforcement (24 bisect commits) (#1594) 2026-05-20 07:35:01 -07:00
TODOS-format.md v1.57.5.0 feat: cross-session decision memory + gbrain dream-stage call graph (#1910) 2026-06-08 06:20:58 -07:00
checklist.md review: extend the consumer-trace check to loosened inputs, and flag stale strings 2026-06-30 17:37:06 -04:00
design-checklist.md feat: adaptive gating + cross-review dedup for review army (v0.15.2.0) (#760) 2026-04-04 22:46:21 -07:00
greptile-triage.md feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix (#61) 2026-03-14 20:15:11 -07:00