File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,10 @@ gh pr merge <pr#> --squash --delete-branch
137137pnpm agent worktree delete < name>
138138```
139139
140+ 合并门禁(必须执行):
141+ - ** 在合并之前必须询问用户** ,并明确告知当前工作目录(worktree 路径)。
142+ - 用户 review 确认后才允许执行合并。
143+
140144---
141145
142146## 重要提醒
Original file line number Diff line number Diff line change @@ -81,5 +81,6 @@ gh pr create --body "Closes #28"
8181- 所有业务逻辑必须有单元测试
8282- 使用 TypeScript 严格模式
8383- PR 描述使用 ` Closes #issue编号 ` 自动关联任务
84+ - 合并前必须告知当前 worktree 路径并征求用户确认
8485
8586</coding_guidelines>
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ pnpm agent worktree list worktree 概览
9191pnpm agent worktree delete <name> [--force]
9292
9393PR 规则: 描述中使用 Closes #issue编号 自动关联
94+ 合并门禁: 合并前必须告知当前 worktree 路径并征求用户确认
9495` )
9596}
9697
You can’t perform that action at this time.
0 commit comments