The previous OpenSpec change established layered governance and structured-state compatibility, but predictive_* and deep_oversold_* logic still lives mostly inside dragon_strategy.py. This keeps the highest-risk weak families coupled to the compatibility facade and limits isolated testing.
dragon_strategy.py while preserving legacy output schema.predictive-bridge-module: Dedicated bridge module for predictive break reentry/exit predicates.deep-oversold-module: Dedicated classifier and confirmation predicates for deep oversold flows.module-regression-gates: Focused tests for predictive and deep-oversold module behavior.dragon-strategy-compatibility-facade: Delegates weak-family decision predicates to isolated modules without changing external strategy outputs.dragon_strategy.py, new predictive/deep-oversold modules, tests.