mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-26 23:50:17 +00:00
1. Gate fails closed: when no Claude review comment is found (API key missing, workflow failure, etc.), gate now blocks instead of passing. Use skip_claude_gate to override. 2. Process substitution: use `< <(...)` instead of pipe so the while loop runs in the current shell. ISSUES_CREATED counter and HAS_BLOCKING flag now propagate correctly. Removes /tmp file hack. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>