From caa996c686b8f65a906b022f08f43c1c0f4901ae Mon Sep 17 00:00:00 2001 From: John Guo Date: Fri, 23 Jan 2026 14:26:06 +0800 Subject: [PATCH] Update .github/prompts/gf.update-comments.prompt.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/prompts/gf.update-comments.prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/prompts/gf.update-comments.prompt.md b/.github/prompts/gf.update-comments.prompt.md index d69559e42..e3801ab59 100644 --- a/.github/prompts/gf.update-comments.prompt.md +++ b/.github/prompts/gf.update-comments.prompt.md @@ -22,8 +22,8 @@ agent: "agent" - 检索当前仓库源码的所有代码文件,按照组件维度进行分类整理,整理成类似于以下任务形式,以便于后续按照任务形式处理源码文件: ```markdown - net/ghttp - - [ ] ghttp_func.go - - [ ] ghttp_server.go + - [ ] ghttp_func.go + - [ ] ghttp_server.go ``` - 将以上任务内容写入到任务文件,任务文件目录路径为:如:${fileDirname}/../../temp ,任务文件名称格式为:当前最新版本号-comments-update-tasks.md ,例如:v2.8.0-comments-update-tasks.md,以便于AI Agent根据任务逐步整理源码文件注释内容。 - 如果该版本的任务文件已经存在,则不需要重复创建任务文件,直接使用已有的任务文件即可。