chore: align maintainer validation profile

This commit is contained in:
Joseph Magly
2026-08-14 11:44:12 -04:00
parent 66c47249df
commit f17fd68f77
+3 -3
View File
@@ -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/**"]