## 1. Config and Branch - [x] 1.1 Add glued followthrough config flags to `dragon_strategy_config.py`. - [x] 1.2 Add `alpha_first_glued_followthrough_probe_config()` to `dragon_branch_configs.py`. ## 2. Module Isolation - [x] 2.1 Add `dragon_glued_followthrough_confirmation.py`. - [x] 2.2 Implement subtype classification reusing existing weak-rebound thresholds. - [x] 2.3 Implement pending eligibility and confirmation evaluator. ## 3. Strategy Wiring - [x] 3.1 Extend `StrategyContext` with glued pending fields. - [x] 3.2 Add queue / clear helpers in `dragon_strategy.py`. - [x] 3.3 Add pending lifecycle updates and clear conditions. - [x] 3.4 Queue pending on blocked weak rebound in probe-enabled branch only. - [x] 3.5 Resolve pending confirmation into `glued_followthrough_reentry_buy:*`. - [x] 3.6 Clear glued pending on real buy / real sell. ## 4. Classification and Pipeline - [x] 4.1 Register `glued_followthrough_reentry_buy:*` in `dragon_rule_catalog.py`. - [x] 4.2 Add shadow branch to `dragon_daily_signal_pipeline.py` branch list. ## 5. Tests and Validation - [x] 5.1 Add `tests/test_glued_followthrough_shadow_reentry.py`. - [x] 5.2 Run full unittest suite. - [x] 5.3 Run RC1 golden regression test. - [x] 5.4 Run daily signal pipeline smoke. ## 6. Acceptance - [x] 6.1 Update this task list to completed. - [x] 6.2 Publish acceptance summary with observed hashes and probe fixture.