Skip to content

Release and Versioning

Victor Garcia edited this page Jul 28, 2026 · 1 revision

Release and Versioning

Published history

Version Source commit
0.1.0 ac48fe
0.2.0 bdcb997
0.2.1 80e1f46
0.2.2 49bd076

The npm 0.2.2 artifact records the full source commit 49bd07684bb3cc5338c72a217b03c8b5687abb55. GitHub tags and releases should point to the matching historical commits; a tag must never be moved to a newer commit that happens to declare the same version.

Current version

The latest npm version and current source declaration are 0.2.2. Repository improvements after that historical release are not automatically present in the npm or Pi package.

Release gate

npm run release:check

The gate runs tests, privacy checks, package-content checks, and release-level provenance validation. It intentionally blocks new publication while redistribution permission for the transformed AISC-derived dataset remains unverified.

Do not bypass prepublishOnly, retag a historical release, or publish a new version until the provenance decision is resolved.

Clone this wiki locally