docs: align release validation gate contracts#144
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThe changes align Makefile help text, contributor documentation, release procedures, and tests around three distinct release validation layers: source contracts, built artifacts, and final release assets. ChangesRelease validation contract
Estimated code review effort: 3 (Moderate) | ~20 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Summary
Align current ECLI documentation, Makefile help, and regression tests with the
three-layer release validation architecture introduced by PR #142 and PR #143.
Validation layers
The repository now consistently distinguishes:
make validate-gate2make validate-built-artifactsmake validate-release-assetsWhat changed
twineandfinal PyPI artifact validation with
validate-gate2;twineis release-only tooling used by final PyPIbuilt-artifact validation;
Makefile help
The canonical help output now includes:
Each entry appears exactly once in both
make helpandmake help-full.Preserved contracts
This PR does not change:
.checksums/evidence;Validation
Passed:
Observed:
Scope
Changed only:
Makefiledocs/contributor/development-setup.mddocs/release/release-process.mdtests/docs/test_release_gate_contract_alignment.pytests/packaging/test_release_asset_count_gate.pySummary by CodeRabbit
Documentation
Tests