tasks.md 1.1 KB

1. Execution Runtime Decoupling

  • 1.1 Add dragon_execution_runtime.py with compatibility event/trade loop and metadata enrichment.
  • 1.2 Delegate DragonRuleEngine.run(...) to runtime module without changing engine hooks.
  • 1.3 Keep layered engine compatibility behavior unchanged.

2. Rollout Governance Hardening

  • 2.1 Add dragon_rollout_governance.py for gate evaluation and decision constants.
  • 2.2 Add dragon_rollout_governance_check.py to generate state/report/runbook artifacts.
  • 2.3 Integrate governance checker into dragon_forward_observation_pipeline.py.
  • 2.4 Publish rollout decision artifacts for operational consumption (dragon_rollout_state.json + markdown report).

3. Tests And Validation

  • 3.1 Add rollout governance unit tests.
  • 3.2 Re-run full unittest suite.
  • 3.3 Re-run RC1 golden baseline guardrail.
  • 3.4 Re-run daily signal pipeline smoke.
  • 3.5 Re-run forward observation pipeline smoke.

4. Acceptance

  • 4.1 Publish acceptance summary in this OpenSpec change folder.