Patch release. Fixes three post-PR feedback-loop bugs found by live-dogfooding the v1.2.0 feature (CI-failing PR, auto-fix, back to green).
Fixes
- CI feedback is now actionable. GitHub Actions check-runs expose only the job name, so the agent previously got "CI check failed" with no detail and could not fix anything. The failing job log is now pulled (gh run view --log-failed), cleaned, and fed to the agent so it sees the real error.
- opencode's .omo/ session-state dir no longer leaks into PRs.
- A failed fix attempt no longer leaks its worktree, which had blocked every subsequent fix attempt for that branch.
Docs
- Documented the reactions.* config keys in the README.
607 tests pass; ruff and mypy clean.