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": "详细说明",