Pricing
Changelog

What is new in Rubrkit.

Every release that shaped the grading instrument, newest first. Dates and versions are exact.

Jun 20, 2026
v0.6.0

Developer surface: API, CLI, and MCP

Added

Public API reference at /docs/api, generated from the canonical OpenAPI contract so it can never drift.

Added

CLI reference at /docs/cli for the rubrkit npm package: pull, validate, test, audit, eval, and report.

Added

MCP server docs at /docs/mcp with the full tool catalog and connection config.

Changed

Collapsed the separate doc links into a single Docs menu in the header.

Jun 13, 2026
v0.5.2

Audit and proof reliability

Fixed

Audit jobs no longer stall when a rubric dimension returns zero findings.

Fixed

Proof report exports retry transient blob-storage failures instead of failing the job.

Security

Tightened API-key scope checks on file-write endpoints so a read-only key can never mutate a bundle.

Jun 5, 2026
v0.5.0

Evals and proof reports

Added

Eval runs that score rubric-backed test cases against a rewrite.

Added

Exportable proof reports that show an instruction held up to its eval.

Changed

The credits ledger now previews the cost of a run before you start it.

May 28, 2026
v0.4.1

Version-history fixes

Fixed

Restoring a file version now writes a new version instead of overwriting history.

Fixed

Corrected an off-by-one in bundle version-history pagination.

May 22, 2026
v0.4.0

Artifact-bundle versioning

Added

Full version history for artifact bundles and individual files.

Added

Restore any prior bundle or file version from the dashboard or API.

Changed

File uploads are content-addressed, so identical content no longer creates duplicate versions.

May 15, 2026
v0.3.1

rubr_flow polish

Changed

The rubr_flow validator now accepts the optional ON and STATE blocks.

Fixed

Conversion job progress events now stream in order.

May 8, 2026
v0.3.0

rubr_flow conversions

Added

Convert a loose instruction into a bounded rubr_flow procedure through the API.

Added

A dedicated rubr_flow page covering the anatomy, how to write one, and worked specimens.

May 1, 2026
v0.2.2

Examples and dashboard

Added

A before-and-after examples gallery showing weak instructions graded and rewritten.

Changed

The dashboard bundle list now shows each bundle’s last-audited score.

Fixed

Contact and newsletter forms now confirm submission with a snackbar instead of a silent reset.

Apr 29, 2026
v0.2.1

Auth hardening

Security

Login tokens are verified before an identity is mapped to a Neon-backed user.

Fixed

Expired or revoked API keys now return a clear unauthorized error instead of a generic failure.

Apr 23, 2026
v0.2.0

Public API preview

Added

Scoped API keys with explicit read and write scopes per resource.

Added

Artifact-bundle, file, and audit endpoints under /api/v1.

Added

Async job polling for long-running audits and conversions.