Release And Publication Gates¶
Release readiness is earned, not assumed.
Before this project claims a clean release state, it checks package metadata, shared-standards sync, build proof, evidence-governance rules, and publication-readiness reports together.
flowchart TD
A[Release candidate] --> B[Package metadata]
A --> C[Public docs and READMEs]
A --> D[Build and smoke proof]
A --> E[Evidence and quality reports]
B --> F[Release decision]
C --> F
D --> F
E --> F
Questions A Serious Release Must Answer¶
- Do the documented packages, READMEs, and handbook pages describe the runtime truthfully?
- Do package metadata, release descriptions, and public docs describe the same product surface?
- Do native inference and benchmark claims stay bounded by explicit runtime contracts?
- Do wrapper-backed workflows remain clearly labeled as wrapper orchestration when that is still the honest boundary?
- Do publication-readiness and evidence-governance reports stay green on the repository state being released?
Governed Release Surfaces¶
make report-publish-readinessmake check-publish-readinessmake report-release-readinessmake check-release-readinessbijux-phylogenetics report release-truth ...
Use the release review workflow when you need the practical reading order.
Failure Patterns To Reject¶
Treat a release as weak, even when some checks are green, if any of these are still true:
- docs say more than metadata
- metadata says more than evidence
- benchmark or native claims are broader than the documented runtime contract
- wrapper-backed surfaces are described as if they were native ownership
- freshness or coverage gaps are hidden behind generic release wording