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 / SILENCEwith 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.
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:
REVIEWrouting is now shown as a human-review path instead of falling through to theBLOCKsafe-fallback path in copy-paste examples;- contract checker now rejects stale
schema_versionvalues 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 / SILENCEwith 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.
Patch release after v0.1.1.
Added:
- integration patterns guide;
- Node existing-chatbot integration example;
- contract fixtures for
SHOW,REVIEW, andBLOCKpaths; - 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.
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
masterbranch.
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.
Initial local basic release candidate.
Added:
- Apache-2.0 license;
- business-facing
SHOW / REVIEW / BLOCKcontract; - 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.