The previous OpenSpec rounds isolated weak-family predicates and added layered metadata, but runtime execution is still physically embedded in dragon_strategy.py, and rollout decisions still rely on manual interpretation of multiple monitoring files. This keeps engineering risk higher than needed for RC1 forward operations.
dragon_strategy.py into a dedicated runtime module while preserving behavior.dragon_daily_rc1_manifest.json, dragon_monitor_history.csv, and dragon_branch_divergence_log.csv into one machine-readable decision.execution-runtime-decoupling: Dedicated compatibility runtime module for event/trade loop execution.rollout-governance-gates: Unified rollout gate evaluation with FORWARD_OK / HOLD_AND_REVIEW / ROLLBACK_REVIEW_REQUIRED.rollback-runbook-artifacts: Persistent rollback procedure outputs tied to latest monitoring snapshot.dragon-strategy-compatibility-facade: Delegates runtime execution to a decoupled module.forward-observation-governance: Automatically regenerates rollout governance artifacts on each forward run.dragon_strategy.py, new execution runtime module, forward pipeline, rollout governance checker.dragon_rollout_state.json, dragon_rollout_governance_snapshot.csv, dragon_rollout_governance_report.md, dragon_rollout_rollback_runbook.md.