tasks.md 1.4 KB

1. Config and Branch

  • 1.1 Add glued followthrough config flags to dragon_strategy_config.py.
  • 1.2 Add alpha_first_glued_followthrough_probe_config() to dragon_branch_configs.py.

2. Module Isolation

  • 2.1 Add dragon_glued_followthrough_confirmation.py.
  • 2.2 Implement subtype classification reusing existing weak-rebound thresholds.
  • 2.3 Implement pending eligibility and confirmation evaluator.

3. Strategy Wiring

  • 3.1 Extend StrategyContext with glued pending fields.
  • 3.2 Add queue / clear helpers in dragon_strategy.py.
  • 3.3 Add pending lifecycle updates and clear conditions.
  • 3.4 Queue pending on blocked weak rebound in probe-enabled branch only.
  • 3.5 Resolve pending confirmation into glued_followthrough_reentry_buy:*.
  • 3.6 Clear glued pending on real buy / real sell.

4. Classification and Pipeline

  • 4.1 Register glued_followthrough_reentry_buy:* in dragon_rule_catalog.py.
  • 4.2 Add shadow branch to dragon_daily_signal_pipeline.py branch list.

5. Tests and Validation

  • 5.1 Add tests/test_glued_followthrough_shadow_reentry.py.
  • 5.2 Run full unittest suite.
  • 5.3 Run RC1 golden regression test.
  • 5.4 Run daily signal pipeline smoke.

6. Acceptance

  • 6.1 Update this task list to completed.
  • 6.2 Publish acceptance summary with observed hashes and probe fixture.