Appearance
How to release and recover Coral
Use immutable candidate inputs, publish the package prefix in order, and deploy the exact retained Pages artifact; final execution belongs to Slice 80.
Freeze one candidate
versionand one full 40-charactercommit, and runnpm run verifyon that exact checkout.The candidate is clean, every Coral manifest has the same version, and the complete local verification chain passes.
Start the package publication workflow with the exact inputs. Its
release-guard.mjsstep checks the clean checkout, workflow SHA, requested version, and atomic manifests beforerelease-registry.mjs preflightinspects public registry state.Preflight emits a
start-indexfor one valid contiguous published prefix.Publish from that index in this fixed order:
@coral-viz/language,@coral-viz/render,@coral-viz/viz,@coral-viz/mcp-server, thentree-sitter-coral. Finish withrelease-registry.mjs verify.Every package resolves from the registry with the candidate identity, integrity, provenance or approved private-repository digest, runtime import, type, native, and audit checks intact.
If publication stops, rerun the workflow with the same
versionandcommit. Preflight verifies the existing prefix and resumes at itsstart-index; a gap, mismatched artifact, or different source fails closed.Already verified packages are not republished, and recovery continues only from the first missing package.
Start the Pages workflow with the same immutable inputs. It runs the guard, builds before deploy, verifies the combined static output, and uploads the site, ZIP, checksum, and Pages payload as retained 90-day artifacts. The registry job must verify all five packages before the deploy job can write.
The deployed bytes come from the one verified build for that workflow run.
If Pages deployment fails after upload, rerun only the deploy job while its retained artifact is available. Do not rerun upload merely to recover the deployment.
Recovery deploys the same already-built Pages payload without creating a duplicate artifact name.
Record the package and Pages results as candidate evidence for Slice 80.
No 0.2.5 publication, deployment, platform, performance, or release-closure claim is final until Slice 80 verifies it.
Result
One source identity has an ordered, resumable package publication and an exact build-before-deploy Pages path with recoverable retained artifacts.