diff --git a/AGENTS.md b/AGENTS.md index 4c5f5b7..a962d8a 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -5,7 +5,7 @@ ### Git Collaboration Policy (General) - Ask user permission before commit. - After approval: commit and push immediately. -- At the start of each new fix/feature task: propose switching to a dedicated `fix/*` or `feat/*` branch. +- At the start of each new fix/feature task: pause task execution, propose switching to a dedicated `fix/*` or `feat/*` branch, and continue only after explicit user decision on branch change necessity. - After finishing work in `fix/*` or `feat/*`: propose either 1. creating an MR into `main`, or 2. merging to `main` immediately and deleting the `fix/*`/`feat/*` branch.