Commit 0ae81b6
fix(review): expand works_as_is_stems to cover all scripts per HookDef
works_as_is_stems used hd.scripts[0] only, missing non-first scripts of
multi-script works-as-is hooks (e.g. mcp_run_skill has 5 scripts,
dispatch_food_truck has 4). Probe rows for those scripts were recorded
in the matrix but excluded from the coverage check, allowing gaps to
pass silently.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 10c41b5 commit 0ae81b6
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments