Skip to content

Releases: syntax-dot/verdict-cli

VerdictCI v0.1.1

Choose a tag to compare

@syntax-dot syntax-dot released this 29 Jun 11:57

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 --help

Upgrade 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

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.