Commit 15dc4bb
fullsend-code
fix(#852): add consumer-completeness check to code-review Correctness dimension
Add a "Consumer completeness" bullet to the Correctness section of the
code-review skill. When a PR adds new values to an enum, dispatch table,
JSON schema enum, or case/switch structure, the review agent will now
check that all downstream consumers handle the new value — including
scripts, configs, and files not in the diff. This closes the gap that
allowed PR #765 to be approved despite a missing handler for the new
`reject` disposition in `post-review.sh`.
Note: `make lint` could not run due to sandbox Go toolchain permission
error (unrelated to this change). The change is markdown-only.
Closes #852
Signed-off-by: fullsend-code <fullsend-code@users.noreply.github.com>1 parent de4ce71 commit 15dc4bb
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
69 | 74 | | |
70 | 75 | | |
71 | 76 | | |
| |||
0 commit comments