Issue: Extract Kilo-specific logic from shared pr command
Related: #9579. That change covered only part of this cleanup.
Problem
The shared file packages/opencode/src/cli/cmd/pr.ts still contains Kilo-specific logic.
Goal
Keep shared pr command behavior generic and move Kilo-only behavior into Kilo paths to reduce upstream merge conflicts.
Scope
Target Files
Expected Result
Shared pr command only orchestrates generic flow and calls Kilo helpers where needed, with no user-visible behavior change.
Issue: Extract Kilo-specific logic from shared pr command
Related: #9579. That change covered only part of this cleanup.
Problem
The shared file packages/opencode/src/cli/cmd/pr.ts still contains Kilo-specific logic.
Goal
Keep shared pr command behavior generic and move Kilo-only behavior into Kilo paths to reduce upstream merge conflicts.
Scope
Target Files
Expected Result
Shared pr command only orchestrates generic flow and calls Kilo helpers where needed, with no user-visible behavior change.