From dcd3e931f4c00842e86dfabfd8e54b06f0c9bd7f Mon Sep 17 00:00:00 2001 From: Jeffery Date: Mon, 20 Jul 2026 16:01:05 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=B5=81=E7=A8=8B=E5=9C=96?= =?UTF-8?q?=E6=AD=A5=E9=A9=9F=E9=A0=86=E5=BA=8F=E5=8F=8D=E6=98=A0=E8=88=8A?= =?UTF-8?q?=E7=95=99=E8=A8=80=E6=A8=99=E8=A8=98=E5=BB=B6=E5=BE=8C=E5=9F=B7?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 1d9725d..68799df 100644 --- a/readme.md +++ b/readme.md @@ -38,14 +38,14 @@ jobs: ```mermaid flowchart TD S1[1 判斷 bot commit 標記] -->|命中| E0[直接回報 success/failure] - S1 -->|未命中| S2[2 舊留言標記解決] - S2 --> S3[3 偵測 AI 工具並留言] + S1 -->|未命中| S3[3 偵測 AI 工具並留言] S3 --> S4[4 讀 .reviewignore 整理 diff 並留言] S4 --> S5[5 攻擊方登場留言] S5 --> S6[6 攻擊方 sub agent 並行找問題] S6 --> S7[7 防守方登場留言] S7 --> S8[8 防守方裁決 → 保存 findings + 誤判回寫 exclusions.json] - S8 --> S9[9 嚴重問題逐條掛行留言] + S8 --> S2[2 延後將舊留言標記解決(成功產生結果後才執行)] + S2 --> S9[9 嚴重問題逐條掛行留言] S9 --> S10[10 警告+建議彙整表格留言] S10 --> E1[收尾 commit/push + exit code] ```