tasks.md 937 B

1. Predictive Bridge Physical Isolation

  • 1.1 Add dragon_bridge_predictive_break.py with predictive reentry/exit predicates.
  • 1.2 Replace predictive inline checks in dragon_strategy.py with module calls.
  • 1.3 Verify bridge-chain behavior remains stable.

2. Deep Oversold Physical Isolation

  • 2.1 Add dragon_deep_oversold_classifier.py for subtype and base-entry predicates.
  • 2.2 Add dragon_deep_oversold_confirmation.py for confirmation-state predicates.
  • 2.3 Replace deep-oversold inline checks in dragon_strategy.py with module calls.

3. Validation

  • 3.1 Add module-focused regression tests for predictive and deep-oversold predicates.
  • 3.2 Re-run golden baseline and verify core hashes remain stable.
  • 3.3 Re-run full unittest suite.
  • 3.4 Re-run daily signal pipeline smoke.

4. Acceptance

  • 4.1 Publish acceptance summary in this OpenSpec change folder.