python: coverage: threshold: 85 paths: - src exclude: - pattern: "agents/**" reason: "Harbor imports these entry points in its own environment; contract behavior is tested through package helpers and Harbor integration runs." complexity: max: 8 dry: max_findings: 0 paths: - src - agents - scripts exclude: - pattern: "datasets/**" reason: "Generated Harbor tasks are reproducible outputs, not source." - pattern: "jobs/**" reason: "Harbor job artifacts are generated evidence, not source." mutation: targets: - src/aacr_bench_harbor/schema.py - src/aacr_bench_harbor/codex_output.py