RUNBOOK CYCLE 5 EXECUTION v1.0
Date: 2026-05-03
Scope: operational execution for A01, D02, D03 under v5.3.1 governance hardening
1) Objective
Produce non-minimal, auditable benchmark evidence for Cycle 5 and generate theorem-level decision artifacts aligned with prereg locks.
2) Preconditions
- Repo state pinned to a known commit.
- Gate artifacts in place:
CYCLE_5_2026-05-01/instances/*.mdCYCLE_5_2026-05-01/seals/*.jsonruntime/check_gate_compliance.py
- Local runtime dependencies installed for execution scripts.
- Dataset manifests frozen and checksummed.
Blocking rule:
- If preconditions fail, execution status =
blocked.
3) Execution phases
Phase A - Lock verification (mandatory)
- Run governance checker.
- Verify
compliant=true. - Persist checker output as immutable run artifact.
Expected output:
OCT/validation/runtime/compliance_report_v0_1.json
Phase B - A01 full run
- Execute both pipelines:
P_clsP_ord
- Run all preregistered A01 contexts.
- Collect full trajectory events (not seed-only).
- Compute:
Delta_cumErr_sem_finalmean_Coh_trajectory
- Evaluate A01 pass/reject/revise criteria exactly as spec.
Required outputs:
CYCLE_5_2026-05-01/trajectory/A01_trajectory_events.jsonl(full)CYCLE_5_2026-05-01/results/A01_metrics_v1_0.jsonCYCLE_5_EXECUTION_REPORT_A01_v1_0.md
Phase C - D02 full run (lane-separated)
- Execute formal lane (L2) and empirical lane (L1) independently.
- Keep lane metrics and decisions separated end-to-end.
- Verify no evidence-class collapse.
- Evaluate existential claim with reachable disconfirming configuration.
Required outputs:
CYCLE_5_2026-05-01/trajectory/D02_trajectory_events.jsonl(full)CYCLE_5_2026-05-01/results/D02_metrics_formal_v1_0.jsonCYCLE_5_2026-05-01/results/D02_metrics_empirical_v1_0.jsonCYCLE_5_EXECUTION_REPORT_D02_v1_0.md
Phase D - D03 full run (locked taxonomy)
- Execute paired pre/post data with explicit
Umapping. - Apply fixed formula:
Loss_index = 0.5 * abs(Delta_Coh) + 0.5 * abs(Delta_Phi)
- Keep fixed thresholds (
t_low,t_high,max_ambiguous_rate) preregistered. - Evaluate class reachability and ambiguous share criteria.
Required outputs:
CYCLE_5_2026-05-01/trajectory/D03_trajectory_events.jsonl(full)CYCLE_5_2026-05-01/results/D03_metrics_v1_0.jsonCYCLE_5_EXECUTION_REPORT_D03_v1_0.md
Phase E - Decision and release pack
- Compile lane-level decisions first.
- Derive theorem-level decision only after lane checks.
- Update decision matrix with traceable references.
- Build reproducibility package and checksums.
Required outputs:
CYCLE_5_DECISION_GATE_v1_0.mdCYCLE_5_REPRO_PACK_MANIFEST_v1_0.mdCYCLE_5_EVIDENCE_RELEASE_NOTES_v1_0.md
4) Minimal command sequence
python OCT/validation/runtime/check_gate_compliance.py
Then run theorem execution scripts (to be pinned in script locks) and re-run:
python OCT/validation/runtime/check_gate_compliance.py
Post-run requirement:
- checker output remains compliant and trajectory timestamp precedence is valid.
5) Quality gates
QG1: full-context coverage achieved per theorem.QG2: no post-hoc lock violation.QG3: lane separation preserved in D02.QG4: hash-chain integrity in all trajectory logs.QG5: theorem decision justified by prereg criteria only.QG6: reproducibility rerun succeeds from frozen package.
If any gate fails -> theorem status cannot be promoted.
6) Autonomy matrix for this runbook
AUTO tasks Codex can execute alone:
- Build/run scripts and collect metrics from available data.
- Generate full trajectory logs and integrity checks.
- Produce reports, manifests, checksums, decision artifacts.
- Synchronize final artifacts across GitHub/Zenodo/OSF/HF.
SHARED tasks (Codex + external counterpart):
- Sign-off on wording for public claims.
- Final publication narrative and positioning.
EXTERNAL tasks:
- Independent replication by non-internal team.
- External auditor independence certification.
7) Definition of done (experimental)
Cycle 5 is experimentally complete only if:
- A01, D02, D03 full runs completed on prereg contexts.
- All
QG1..QG6pass. - External replication note exists and is non-self-referential.
FINAL_EVIDENCE_CHECKLIST_v1_0.mdmarkedGO.