Root cause: review formula had no infrastructure-file-specific checklist and
no scope discipline check. The reviewer treated a docker-compose.yml rewrite
the same as any code change, and lessons-learned biased toward approval.
Changes:
- Add step 3c (infrastructure file review) to formulas/review-pr.toml:
compose-specific checklist for volumes, bind mounts, env vars, restart
policy, security options
- Add step 3d (scope discipline) to formulas/review-pr.toml: compare
actual diff size against issue scope, block on infra-file scope violations
- Add investigation writeup in docs/
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>