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
fix: Add multi-strategy JSON extraction for reviewer output
The requirements reviewer was failing to extract JSON when Claude
didn't wrap the output in ```json blocks. This adds fallback strategies:
1. Try ```json block extraction (existing behavior)
2. Fallback: grep for raw JSON object with "checks" key
3. Fallback: perl range extraction for {"checks":[ pattern
Fixes requirements reviewer showing "0 passed • 0 failed • 0 skipped"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments