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: write structured outputs to /tmp/alcove-outputs.json in v2 agents (#1141)
Skiff-init reads outputs from /tmp/alcove-outputs.json, but agents were
only printing JSON to stdout. Use Python json.dump via heredoc to safely
handle quotes, newlines, and special characters in output values.
Verifier and reviewer agents also exit non-zero on failure/rejection
to trigger downstream patch/revision steps.
Assisted-by: Claude Opus 4.6 (1M context)
0 commit comments