File tree Expand file tree Collapse file tree 5 files changed +17
-17
lines changed
Expand file tree Collapse file tree 5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ ghsa_id: <GHSA-ID>
8383
8484### 5. 输出分析文档
8585
86- 创建 ` {task_dir}/security- analysis.md`,必须包含以下章节:
86+ 创建 ` {task_dir}/analysis.md`,必须包含以下章节:
8787
8888` ` ` markdown
8989# 安全告警分析报告
@@ -167,7 +167,7 @@ ghsa_id: <GHSA-ID>
167167- `current_step` : security-analysis
168168- `assigned_to` : claude
169169- `updated_at` : {当前时间}
170- - 标记 security- analysis.md 为已完成
170+ - 标记 analysis.md 为已完成
171171
172172# ## 7. 告知用户
173173
@@ -187,7 +187,7 @@ ghsa_id: <GHSA-ID>
187187
188188** 输出文件** :
189189- 任务文件: .ai-workspace/active/{task-id}/task.md
190- - 分析文档: {task_dir}/security- analysis.md
190+ - 分析文档: {task_dir}/analysis.md
191191
192192** 修复建议** : {简短的修复建议摘要}
193193
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ ls -la .ai-workspace/active/{task-id}/task.md
5252- 是否有未解决的阻塞问题
5353
5454** 文件完整性** :
55- - [ ] ` analysis.md ` 或 ` security-analysis.md ` 存在(如果是 feature-development 或 security-fix)
55+ - [ ] ` analysis.md ` 存在(如果是 feature-development 或 security-fix)
5656- [ ] ` plan.md ` 存在(如果是 feature-development)
5757- [ ] ` implementation.md ` 存在
5858- [ ] ` review.md ` 存在且显示批准
@@ -254,7 +254,7 @@ A: 使用 `/sync-issue` 会更新 Issue 状态,但是否关闭由用户决定
254254### 确保数据完整
255255
256256归档前确认所有文档都已创建:
257- - ` analysis.md ` 或 ` security-analysis.md `
257+ - ` analysis.md `
258258- ` plan.md `
259259- ` implementation.md `
260260- ` review.md `
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ ghsa_id: <GHSA-ID>
8989
9090### 5. 输出分析文档
9191
92- 创建 ` {task_dir}/security- analysis.md`,必须包含以下章节:
92+ 创建 ` {task_dir}/analysis.md`,必须包含以下章节:
9393
9494` ` ` markdown
9595# 安全告警分析报告
@@ -173,7 +173,7 @@ ghsa_id: <GHSA-ID>
173173- `current_step` : security-analysis
174174- `assigned_to` : codex
175175- `updated_at` : {当前时间}
176- - 标记 security- analysis.md 为已完成
176+ - 标记 analysis.md 为已完成
177177
178178# ## 7. 告知用户
179179
@@ -193,7 +193,7 @@ ghsa_id: <GHSA-ID>
193193
194194** 输出文件** :
195195- 任务文件: .ai-workspace/active/{task-id}/task.md
196- - 分析文档: {task_dir}/security- analysis.md
196+ - 分析文档: {task_dir}/analysis.md
197197
198198** 修复建议** : {简短的修复建议摘要}
199199
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ ls -la .ai-workspace/active/{task-id}/task.md
5858- 是否有未解决的阻塞问题
5959
6060** 文件完整性** :
61- - [ ] ` analysis.md ` 或 ` security-analysis.md ` 存在(如果是 feature-development 或 security-fix)
61+ - [ ] ` analysis.md ` 存在(如果是 feature-development 或 security-fix)
6262- [ ] ` plan.md ` 存在(如果是 feature-development)
6363- [ ] ` implementation.md ` 存在
6464- [ ] ` review.md ` 存在且显示批准
@@ -260,7 +260,7 @@ A: 使用 `/sync-issue` 会更新 Issue 状态,但是否关闭由用户决定
260260### 确保数据完整
261261
262262归档前确认所有文档都已创建:
263- - ` analysis.md ` 或 ` security-analysis.md `
263+ - ` analysis.md `
264264- ` plan.md `
265265- ` implementation.md `
266266- ` review.md `
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ subtask: false
5454 - 代码层面的防护
5555 - 网络隔离等
5656
57- 5. 输出分析文档到 security- analysis.md,包含:
57+ 5. 输出分析文档到 analysis.md,包含:
5858 - 告警基本信息(编号、严重程度、GHSA/CVE ID)
5959 - 漏洞详情(描述、受影响的依赖、依赖文件位置)
6060 - 影响范围评估(直接影响、漏洞可利用性分析)
@@ -63,9 +63,9 @@ subtask: false
6363 - 参考链接
6464
65656. 更新任务状态:
66- - current_step: security-analysis
67- - updated_at: 当前时间
68- - 标记 security- analysis.md 为已完成
66+ - current_step: security-analysis
67+ - updated_at: 当前时间
68+ - 标记 analysis.md 为已完成
6969
70707. 告知用户:
7171 ` ` `
@@ -81,9 +81,9 @@ subtask: false
8181 - 任务标题 : <title>
8282 - 风险等级 : <高/中/低>
8383
84- **输出文件**:
85- - 任务文件 : .ai-workspace/active/<task-id>/task.md
86- - 分析文档 : .ai-workspace/active/<task-id>/security- analysis.md
84+ **输出文件**:
85+ - 任务文件 : .ai-workspace/active/<task-id>/task.md
86+ - 分析文档 : .ai-workspace/active/<task-id>/analysis.md
8787
8888 **修复建议**: <简短的修复建议摘要>
8989
You can’t perform that action at this time.
0 commit comments