Current mergeBehavior mode for remotes is github-pr that creates a PR when finished. However, that pollutes other people's repo's.
This flow would:
- When the issue starts, create a draft PR in the remote (probably upstream) - TBD on timing
- Store that PR in hte loom's metadata (for idempotency)
- Then add comments to that PR instead of the issue (we may have to make MCP changes to enable pushing comments to PRs)
- The finish flow would then commit the changes and make the PR ready for review.