{
  "fallback_positive_concepts": [
    "independent_review_loop",
    "approval_gate"
  ],
  "positive_concepts": {
    "independent_review_loop": {
      "weight": 0.6,
      "phrases": [
        "adversarial review",
        "two-agent review",
        "independent reviewer",
        "reviewer-editor loop",
        "reviewer and editor",
        "reviewer-author loop",
        "reviewer and author",
        "独立 reviewer",
        "双 agent 对抗式审查",
        "独立 reviewer 与 editor",
        "独立 reviewer 与 author"
      ]
    },
    "approval_gate": {
      "weight": 0.4,
      "phrases": [
        "block commits until approval",
        "block completion until approval",
        "do not finalize",
        "before committing",
        "before marking this task complete",
        "do not commit before",
        "reviewer must approve",
        "request approval before committing",
        "approved",
        "批准后才能提交",
        "批准前保持阻塞",
        "没有 approved 就保持阻塞"
      ]
    }
  },
  "negative_concepts": {
    "one_pass_review": {
      "weight": 0.55,
      "exclusive": true,
      "phrases": [
        "review this pull request",
        "proofread this prd",
        "summarize this rfc",
        "inspect the current diff",
        "review changes since main",
        "independently review the pr and aggregate",
        "检查这个 pr"
      ]
    },
    "non_review_workflow": {
      "weight": 0.55,
      "exclusive": true,
      "phrases": [
        "fix the comments",
        "commit these changes",
        "run the test suite",
        "architecture proposal",
        "implementation plan",
        "leave comments",
        "修复 reviewer"
      ]
    },
    "routine_file_operation": {
      "weight": 0.7,
      "exclusive": true,
      "phrases": [
        "copy this file to my wiki",
        "save this file to my wiki",
        "verify that the hash matches",
        "原样写入我的 wiki",
        "检查 hash"
      ]
    },
    "self_review": {
      "weight": 1.0,
      "exclusive": true,
      "phrases": [
        "review of your own diff yourself",
        "review your own diff yourself",
        "review of your own changes yourself",
        "review your own changes yourself",
        "do not use an independent reviewer",
        "do not use another agent",
        "由你自己审查且不使用独立 reviewer",
        "不要使用其他 agent"
      ]
    }
  }
}
