Skip to content

v0.7.0 — aibvf-check: the AI BVF CI/CD gate

Latest

Choose a tag to compare

@Craig-Horton Craig-Horton released this 30 Jun 11:10
· 67 commits to main since this release
5433266

aibvf-check 0.1.0 — "SonarQube for AI" CI/CD pre-flight gate

The first non-MCP surface for AI BVF: a CI gate that fails the build when a declared AI initiative wouldn't survive a board review.

  • npx aibvf-check reads a .aibvf.json manifest, scores every initiative with the deterministic @aibvf/core engine, prints a scorecard, and exits non-zero on any policy violation (0 pass / 1 gate failed / 2 config error).
  • GitHub Action: uses: Bahamas1717/ai-bvf@v0.7.0 with an optional manifest input — fails the workflow on any violation.
  • Policy: fail_on (default ["Stop"]), max_governance_risk ceiling, min_decision_confidence floor. Per-initiative signal_completeness carries the v0.6 honesty valve into CI — estimated inputs haircut confidence and surface a caveat instead of passing on a confident-looking number.
  • Reuses 100% of the scoring engine; zero runtime deps beyond @aibvf/core. Pure, unit-tested gate logic (7 tests). Manifest is human/PR-authored, not auto-scraped.

Install: npx aibvf-check · Built by Craig Horton Advisory