merge-main
Merge origin/main into the working branch from the brief.
- Call
prepare_repositorywith the PR or named head andsync_base: true. - The host synchronizes the base through Daytona. Never fetch or pull with Git yourself.
- Resolve conflicts with the smallest correct edits. Do not drop the PR's intent.
- Run the test command from the brief, or the repo default test command.
- If green, commit locally if needed and call
publish_changes; it reuses an existing PR. - If red, do not call
publish_changes. Return the log tail.