Skip to content

VerdictCI v0.1.0

Choose a tag to compare

@syntax-dot syntax-dot released this 29 Jun 10:27

VerdictCI v0.1.0 is the first public MVP release.

Install

npm install -D @syntaxname/verdictci
npx verdictci --help

What is included

  • CLI-first verdictci run workflow.
  • YAML config parsing for verdictci.yaml / evals.yaml style suites.
  • Fixture-mode eval execution for reproducible demos.
  • Stable verdictci-result.json artifact shape.
  • Terminal and Markdown summaries for CI review.
  • GitHub Action wrapper with job-summary and artifact support.
  • Promptfoo backend compatibility for simple local eval suites.
  • Bundled npm package with the verdictci binary.

Known limitations

  • Hosted dashboards, accounts, billing, GitHub App behavior, SSO, and enterprise governance are intentionally outside this MVP.
  • The package currently requires Node.js 24 or newer.
  • Promptfoo remains an external backend command when users configure promptfoo-backed suites.

Verification

Before this release, the package was checked with:

  • clean npm install from @syntaxname/verdictci@0.1.0;
  • npx verdictci --help from a fresh project;
  • local docs, lint, typecheck, unit, e2e, build, package smoke, and fixture QA gates;
  • public GitHub Actions on syntax-dot/verdict-cli.