VerdictCI v0.1.0
VerdictCI v0.1.0 is the first public MVP release.
Install
npm install -D @syntaxname/verdictci
npx verdictci --helpWhat is included
- CLI-first
verdictci runworkflow. - YAML config parsing for
verdictci.yaml/evals.yamlstyle suites. - Fixture-mode eval execution for reproducible demos.
- Stable
verdictci-result.jsonartifact 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
verdictcibinary.
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 --helpfrom a fresh project;- local docs, lint, typecheck, unit, e2e, build, package smoke, and fixture QA gates;
- public GitHub Actions on
syntax-dot/verdict-cli.