Skip to content

v0.1.0 — First Public Release

Choose a tag to compare

@github-actions github-actions released this 16 Jun 05:41
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
c6a9e26

Highlights

MCP server for heterogeneous AI validation — T1 structured reasoning, T2 cross-model evaluation, deterministic checksum. Python stdlib-only.

First public PyPI release under honest pre-1.0 semver (FastAPI/requests pattern).

  • Reset package version to 0.1.0; protocol specification remains v2.5 (tool output semantics unchanged)
  • Apache-2.0 license, PEP 639 metadata, MCP Registry + PyPI Trusted Publishing
  • Yanked erroneous PyPI releases 2.5.22.5.4 (incorrect semver for day-one public release)

Included capabilities (protocol v2.5)

  • T1: structured prompt translation (L1/L2/L3/L4)
  • T2: cross-model confidence evaluation with recursion depth guard
  • checksum: deterministic structural pre-validation (stdlib-only)
  • Bilingual templates (en / zh), weight hints, caller-side web verification docs (v2.6)

Superseded PyPI releases (yanked)

Version Reason
2.5.2–2.5.4 Erroneous semver; superseded by 0.1.0. Git tags v2.5.x remain as historical tombstones.

Protocol history (not package semver)

These entries document protocol specification evolution, not PyPI package versions.

Protocol v2.5.0 — 2026-06-12

  • Enhanced L3 template with explicit evidence status tracking
  • New tool: checksum — deterministic structural pre-validation
  • Added core link exemption clarification to T1 output requirements

Protocol v2.0.0 — 2026-06-12

  • Evaluation criteria weight assumption preamble
  • Recursion depth detection and termination (depth ≥ 3)
  • Qualitative confidence descriptors; version tag in output footer

Protocol v1.0.0 — 2026-06-10