Skip to content

Latest commit

 

History

History
148 lines (108 loc) · 3.57 KB

File metadata and controls

148 lines (108 loc) · 3.57 KB

Changelog

0.2.0 - Pilot-Ready Basic Package

First pilot-ready basic release.

Added:

  • benchmark v0.3 with 100 deterministic cases;
  • SDK quickstart for Python and the local Node adapter;
  • pilot packet for design partners;
  • pilot playbook for a one-week narrow pilot;
  • integration readiness checklist;
  • partner outreach templates;
  • five-minute demo script.

Validated:

  • GitHub Actions CI passes on master;
  • contract checker passes;
  • benchmark v0.3 passes 100/100 cases with accuracy 1.0;
  • pytest contract tests pass;
  • Python and Node middleware examples return BLOCK / SILENCE with a safe fallback for the fake promo-code case.

Boundaries:

  • no gate behavior change;
  • no cloud/API/network behavior;
  • no model runtime;
  • no fine-tuning;
  • no hosted SaaS;
  • no compliance certification claim;
  • no universal hallucination-detection claim.

0.1.3 - Middleware Quickstart and Contract Hardening

Patch release after v0.1.2.

Added:

  • copy-paste middleware boundary quickstart;
  • runnable Python middleware boundary example;
  • runnable Node middleware boundary example;
  • CI coverage for the middleware boundary example.

Fixed:

  • REVIEW routing is now shown as a human-review path instead of falling through to the BLOCK safe-fallback path in copy-paste examples;
  • contract checker now rejects stale schema_version values in the response fixture.

Validated:

  • GitHub Actions CI passes on master;
  • contract checker passes;
  • benchmark v0.2 passes 50/50 cases with accuracy 1.0;
  • pytest contract tests pass;
  • Python and Node middleware examples return BLOCK / SILENCE with a safe fallback for the fake promo-code case.

Boundaries:

  • no gate behavior change;
  • no cloud/API/network behavior;
  • no model runtime;
  • no fine-tuning;
  • no compliance certification claim.

0.1.2 - Integration Contract Fixtures

Patch release after v0.1.1.

Added:

  • integration patterns guide;
  • Node existing-chatbot integration example;
  • contract fixtures for SHOW, REVIEW, and BLOCK paths;
  • dependency-free contract checker;
  • CI contract check.

Validated:

  • GitHub Actions CI passes on master;
  • contract checker passes;
  • benchmark v0.2 passes 50/50 cases with accuracy 1.0;
  • pytest contract tests pass.

Boundaries:

  • no gate behavior change;
  • no cloud/API/network behavior;
  • no model runtime;
  • no fine-tuning;
  • no compliance certification claim.

0.1.1 - README Flow and Benchmark v0.2

Patch release after the first public basic release.

Added:

  • five-second README demo for the fake promo code case;
  • lightweight README SVG flow visual;
  • benchmark v0.2 with 50 deterministic cases;
  • benchmark documentation page;
  • CI trigger support for the repository master branch.

Validated:

  • GitHub Actions CI passes on master;
  • benchmark v0.2 passes 50/50 cases with accuracy 1.0;
  • pytest contract tests pass.

Boundaries:

  • no gate behavior change;
  • no cloud/API/network behavior;
  • no model runtime;
  • no fine-tuning;
  • no compliance certification claim.

0.1.0 - Local Basic

Initial local basic release candidate.

Added:

  • Apache-2.0 license;
  • business-facing SHOW / REVIEW / BLOCK contract;
  • canonical mapping to PROCEED / NEEDS_REVIEW / SILENCE;
  • Python package and CLI;
  • Node adapter;
  • local metadata receipts;
  • fake promo, unsupported financial claim, unsafe action, and safe support examples;
  • deterministic benchmark;
  • pytest contract tests;
  • static local HTML demo;
  • GitHub publish checklist and SaaS-later note.

Boundaries:

  • no cloud/API/network behavior;
  • no model runtime;
  • no fine-tuning;
  • no hosted SaaS;
  • no compliance certification claim.