From fb9aad79659cadafcd2668a41a253129c43ca66c Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sat, 16 May 2026 23:05:25 +0800 Subject: [PATCH] auto-sync: 2026-05-16 23:05:25 --- docs/design/topic3-challenge-review-proposal.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/design/topic3-challenge-review-proposal.md b/docs/design/topic3-challenge-review-proposal.md index 9a7e153..ef92ed5 100644 --- a/docs/design/topic3-challenge-review-proposal.md +++ b/docs/design/topic3-challenge-review-proposal.md @@ -743,12 +743,14 @@ Round 2+: 正方回应反驳 → 反方回应 "issues": [ { "id": "iss-1", + "status": "open|accepted|rejected|deferred", "severity": "critical|major|minor|info", - "category": "correctness|security|performance|style|scope_deviation", + "category": "correctness|security|performance|style|scope_deviation|architecture|robustness", "location": { "file": "src/strategy.py", "line_start": 42, - "line_end": 55 + "line_end": 55, + "context": "def calculate_signal(df):\n ..." }, "title": "简短描述", "description": "详细说明",