- Fixed
make-review-zipforbench-realoutputs. - Fixed best-transfer-method reporting.
- Added JSON user profile support.
- Added built-in example profiles.
- Added real benchmark docs and claim boundary.
- Kept core baseline
2.0.0-alpha50.2.
- Fixes
pyproject.tomlpackage version sopython -m pip install -e .uses a valid PEP 440 version. - Sets runtime
__version__to2.0.0a56.post2. - Adds
__core_baseline__ = "2.0.0-alpha50.2"to preserve the implementation-baseline distinction. - Updates
dist-checkto validate the PEP 440 package version while still checking that README documents the core baseline. - Does not change the core transfer model or add benchmark claims.
- Adds a local console entry point:
cld2 = "cld2:main". - Adds
scripts/verify_release.pyfor one-command release-candidate checks. - Rewrites README and quickstart around a five-minute external-review path.
- Updates CLI docs and public help strings to avoid confusing historical alpha labels.
- Adds
docs/REPRODUCIBILITY.md. - Does not change the core transfer model or add benchmark claims.
- Selected MIT License.
- Replaced license placeholder.
- Updated repository metadata and docs.
- Regenerated manifest and release packages.
GitHub repository candidate:
- extracted source tree to repository root;
- added public README, quickstart, claim boundary and architecture docs;
- added small local demo;
- added smoke-test scripts and GitHub Actions self-test;
- moved benchmark artifacts to release-asset guidance.
Implementation derived from alpha45.8 MinIO retry attach branch, after alpha45.9 consolidation.
- Integrated validated post-alpha50.2 docs/scripts/review assets through alpha55.
- Fixed README quickstart audit-install invocation to use
--install. - Added alpha56 status, claim boundary, updated benchmark summary and next-step docs.
- Included clean review artifacts for alpha46-alpha55 under
validated_reviews/. - Core implementation baseline remains
2.0.0-alpha50.2.
- Keeps the core implementation baseline at
2.0.0-alpha50.2. - Integrates alpha51–55 validated docs/assets from alpha56.
- Cleans legacy benchmark metadata in
corelangdistribution2/bench.pyfromlegacy alpha32 markerto2.0.0-alpha50.2. - Adds a GitHub publication checklist and version-field note.
- Revalidates selftest, dist-check with selftest, and smoke test.
- Does not add new benchmark claims or production/cloud claims.