You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5.**Fallback**: Sub-agent timeout (>5 min) or malformed output — fall back to inline fix attempt and restart from Step 1.
227
227
228
-
## Step 1.75: Plugin Tests
229
-
230
-
Run plugin tests to catch broken hooks and scripts before review. This gate is mandatory — config masking (`.conf` files hiding YAML parser bugs) can cause changes to pass locally but fail in CI where only YAML is available.
231
-
232
-
```bash
233
-
REPO_ROOT=$(git rev-parse --show-toplevel)
234
-
cd"$REPO_ROOT"&& make test-plugin
235
-
```
236
-
237
-
-**Tests pass**: Continue to Step 2.
238
-
-**Tests fail**: See Test Failure Delegation (Step 1.75) below.
0 commit comments