PR Workflow Guide Commit Practices - Atomic commits. Small, focused, single purpose - Don't mix: logic + formatting, logic + refactoring - Good message = easy to write short description of intent Learn for clean history. PR Guidelines - Keep PRs focused and small - Run relevant tests before submitting - Each commit tells part of the story CI Environment Notes If running as GitHub Action: - Max-turns limit in - OK to commit WIP state and push - OK to open WIP PR and continue in another action - Don't spiral into rabbit holes. Stay focused on key task Security Never commit: - files - Credential…