diff --git a/.aiwg/bt6-maintainer.yaml b/.aiwg/bt6-maintainer.yaml index 69164cf..9cedc3f 100644 --- a/.aiwg/bt6-maintainer.yaml +++ b/.aiwg/bt6-maintainer.yaml @@ -19,14 +19,14 @@ delivery: allowedMergeMethods: ["rebase"] validation: quick: - - "python -m ruff check --select F obliteratus tests scripts/gemma4_12b_recursive_loop.py" + - "python -m ruff check --select F obliteratus tests scripts/check_coverage_thresholds.py scripts/gemma4_12b_recursive_loop.py" full: - "python -m pytest" - "python -m build --sdist --wheel" - "python -c 'import obliteratus; print(obliteratus.__version__)'" - "python -m obliteratus --help" documentation: - - "python -m ruff check --select F obliteratus tests scripts/gemma4_12b_recursive_loop.py" + - "python -m ruff check --select F obliteratus tests scripts/check_coverage_thresholds.py scripts/gemma4_12b_recursive_loop.py" researchIntegrity: - "python -m pytest tests/test_advanced_metrics.py tests/test_breakthrough_modules.py tests/test_community.py" riskSurfaces: @@ -49,7 +49,7 @@ riskSurfaces: - id: "ci-supply-chain" paths: [".github/workflows/**", "pyproject.toml"] concerns: ["workflow-permissions", "dependency-pinning", "untrusted-pull-request-code"] - requiredChecks: ["python -m ruff check --select F obliteratus tests scripts/gemma4_12b_recursive_loop.py", "python -m build --sdist --wheel"] + requiredChecks: ["python -m ruff check --select F obliteratus tests scripts/check_coverage_thresholds.py scripts/gemma4_12b_recursive_loop.py", "python -m build --sdist --wheel"] research: corpusPaths: ["obliteratus/prompts.py", "community_results/**"] evidencePaths: ["paper/**", "docs/**", "community_results/**"]