Releases: syntax-dot/verdict-cli
Releases · syntax-dot/verdict-cli
Release list
VerdictCI v0.1.1
Patch release for the public npm launch.
What's changed
- Added npm discovery metadata and README trust badges.
- Lowered the supported runtime to Node.js 20+ after a Node 20 smoke test.
- Added the post-release launch checklist for the first public distribution loop.
Install
npm install -D @syntaxname/verdictci
npx verdictci --helpUpgrade notes
- Package name:
@syntaxname/verdictci. - Runtime requirement: Node.js
>=20.0.0. - This release keeps the MVP local-first: CLI, GitHub Action wrapper, result JSON, and Markdown summaries. Hosted dashboards, accounts, billing, GitHub App behavior, SSO, and enterprise governance remain out of scope.
Verification
Release preparation was verified with docs checks, lint, typecheck, unit tests, e2e tests, package smoke, npm publish dry-run, Node 20 CLI smoke, and pass/fail fixture QA.
npm: https://www.npmjs.com/package/@syntaxname/verdictci/v/0.1.1
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.