From 1a536e84c6f2de8e25dcc1113eaf0b3ab3c522eb Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 21 Jun 2026 23:46:42 +0800 Subject: [PATCH] =?UTF-8?q?[moz]=20impl(=C2=A715b):=20Comment=20@assignee?= =?UTF-8?q?=20=E8=A1=8C=E4=B8=BA=E7=BA=A6=E6=9D=9F=20prompt=20=E7=BA=A6?= =?UTF-8?q?=E6=9D=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ToolchainConstraintsSection §5 加一条: 在 Issue/PR 上写 comment 时,如果内容需要 assignee/创建者知晓,必须 @对方。 Closes #116 --- src/daemon/toolchain_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/daemon/toolchain_handler.py b/src/daemon/toolchain_handler.py index 075e5fe..c9785b5 100644 --- a/src/daemon/toolchain_handler.py +++ b/src/daemon/toolchain_handler.py @@ -249,6 +249,7 @@ class ToolchainConstraintsSection: '- 如果遇到问题需要其他角色支持,在关联的 PR/Issue 上创建 comment @对方', '- 不要使用 Mail API(飞鸽传书)发送消息', '- 你的所有操作都在 toolchain 流程内,通过 Gitea 留痕', + '- ⚠️ 在 Issue/PR 上写 comment 时,如果内容需要 Issue 的 assignee 或创建者知晓,必须在 comment 中 @对方。纯确认性回复(如"收到")不需要 @。', "", "### 6. 文档同步(涉及代码改动时)", '- 改了实现 → 检查 docs/design/ 对应设计文档是否需要更新',