1.2 KiB
1.2 KiB
| name | description |
|---|---|
| blacksite-release-candidate | Nominate and verify one Blacksite candidate tree or commit, reuse still-valid selective verification evidence, run the remaining full release gates once, produce an evidence manifest, and hand results to Gitea synchronization. |
Blacksite release candidate
Read .codex/workflow.toml and the release gates. Require stable scope, no pending major delta, and Candidate-ready session state.
- Record the candidate SHA or dirty-tree digest.
- Read the verification ledger and reuse every gate whose relevant input digest and lane signature remain valid.
- Run only missing/invalid release gates via
verify.py candidateand managed candidate/package lanes. - Preserve final binaries/package output and required native evidence before disposable-lane pruning.
- Write
.codex/session/candidate-evidence.jsonwith commands, digests, results, artifacts, screenshots, and documentation status. - Run documentation integrity and hand a dry-run/authorized candidate update to
blacksite-gitea-sync.
Do not push, close, or change tracker scope outside direct or configured authority. Run full workspace/all-feature tests and strict lint only once per candidate code digest.