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:
@@ -64,7 +64,8 @@ description: >-
|
||||
|
||||
Прочитай [phase-work](../phase-work/SKILL.md) и следуй ему.
|
||||
|
||||
Отличия: фазу ты завёл сам; заявка `git branch phase/<N>-<slug>` **до** кода;
|
||||
Отличия: фазу ты завёл сам; заявка `git branch phase/<N>-<slug> main` **до** кода
|
||||
(от `main`, не от HEAD);
|
||||
тесты — как Testing policy в `AGENTS.md`, не весь solution;
|
||||
новые файлы и 🔄 живут на этой ветке. `merge/lock` общий с фазами, багами и
|
||||
ревью. Один цикл — одна фаза. «Сделай всё» — по порядку, каждая своим циклом `/phase-work`. Независимые фазы
|
||||
|
||||
Reference in New Issue
Block a user