Update SKILL documentation for phase and bug workflows. Clarified branch creation commands to specify main instead of HEAD, emphasized the importance of not committing phase changes to the bug tree, and provided detailed instructions for managing worktrees and agent interactions. Enhanced clarity on handling dependencies and worktree paths to prevent conflicts.
This commit is contained in:
@@ -70,8 +70,9 @@ description: >-
|
||||
|
||||
## 4. Работа
|
||||
|
||||
Заявка `git branch bug/<N>-<slug>` **до** кода. Новые файлы и 🔄 живут на этой
|
||||
ветке.
|
||||
Заявка `git branch bug/<N>-<slug> main` **до** кода (от `main`, не от чужого
|
||||
HEAD). Новые файлы и 🔄 живут на этой ветке. Не коммить заявку фазы в дерево
|
||||
бага и наоборот.
|
||||
|
||||
Дальше — как [phase-work](../phase-work/SKILL.md), с отличиями:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user