mirror of
https://github.com/elder-plinius/OBLITERATUS.git
synced 2026-08-17 16:37:30 +02:00
chore: align maintainer validation profile
This commit is contained in:
@@ -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/**"]
|
||||
|
||||
Reference in New Issue
Block a user