repopilot 0.14.0

Local-first CLI for repository audit, architecture risk detection, baseline tracking, and CI-friendly code review.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "fixtures": [
    {
      "path": "false_positive",
      "expected_rule_ids": []
    },
    {
      "path": "true_positive",
      "expected_rule_ids": [
        "code-quality.long-function"
      ]
    }
  ]
}