Skip to content

Adaptive Grok Build Pro v2.0.6

Choose a tag to compare

@Dimkox Dimkox released this 16 Aug 18:29
· 243 commits to main since this release

2.0.6 — 2026-08-16

Quality contour: Ruff, Bandit, coverage ratchet, no GitHub Actions.

  • grok_verify runs Ruff from ruff.toml without a packaging marker; skip-if-missing, fail-closed when ruff/bandit/coverage are installed
  • Bandit AST next to regex secret-scan; excludes tests/ and engineering/
  • Coverage.py report in pr/release after a measured fail-under of 74 (ratchet, not a guessed 90)
  • No GitHub Actions / Dependabot; local python3 scripts/grok_verify.py --mode pr is the only gate. --with-ci is forbidden.
  • Optional consumer Semgrep / Trivy config / npm prettier|format when those signals exist; not enabled on this tree