Уточнил правило смены ветки: останавливать выполнение до явного решения пользователя

This commit is contained in:
2026-04-09 10:37:19 +03:00
parent 6257027a13
commit 9519b92771

View File

@@ -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.