Files
temp/.opencode
freemo 67b48ee817 feat!: restructure PR workflow to keep implementors accountable through merge
BREAKING CHANGE: This completely changes how PRs are handled in the system.
Implementors now own their work from creation through merge, and reviewers
focus solely on code quality assessment.

Major changes:
- issue-implementor: Adds absolute PR prioritization - no new issues until
  all PRs have workers. Dispatches workers in two modes: 'pr-fix' for
  existing PRs and 'issue-impl' for new issues.

- ca-issue-worker: Now operates in dual mode. In 'pr-fix' mode, handles
  review feedback, CI fixes, and merging. In 'issue-impl' mode, no longer
  exits after PR creation - monitors the PR until merged.

- ca-continuous-pr-reviewer: Simplified to ONLY dispatch code reviewers.
  Removed all fix, merge, and lifecycle management. Uses dynamic review
  focus areas to catch different types of issues.

- ca-pr-self-reviewer: Removed ALL capabilities beyond code review. No
  longer fixes issues, merges PRs, or manages issue states. Provides
  actionable feedback using rotating focus areas.

- ca-pr-checker: Clarified that it should only be invoked by ca-issue-worker,
  not by reviewers.

Benefits:
- No PR backlogs (absolute priority over new issues)
- Full accountability (creator owns through merge)
- Better reviews (focused on quality, not mechanics)
- Context preservation (no handoffs between agents)
- Cleaner history (amendments instead of fix commits)

This ensures implementors are accountable for their work while reviewers
provide high-quality, focused code reviews without operational overhead.
2026-04-05 16:10:01 +00:00
..