Commit fe276dd
fix: check FULL_CONFIG string instead of VERIFIER_MODE for artifact detection
VERIFIER_MODE is set by config_to_mcp_type() but that function runs inside
$() subshells at lines 151-152, so the global never propagates to the parent
shell. Check FULL_CONFIG directly instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 72a0502 commit fe276dd
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
380 | 382 | | |
381 | | - | |
| 383 | + | |
382 | 384 | | |
383 | 385 | | |
384 | 386 | | |
| |||
0 commit comments