[codex] Add LongBridge HK low-vol dividend switch plan#121
Conversation
…k-low-vol-dividend # Conflicts: # requirements.txt # tests/test_runtime_config_support.py
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: cb096ae401
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@v0.7.36 | ||
| us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@v0.7.50 | ||
| hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@v0.4.2 | ||
| hk-equity-strategies @ git+https://github.com/QuantStrategyLab/HkEquityStrategies.git@hk-low-vol-dividend-quality-20260603 |
There was a problem hiding this comment.
Don't advertise hk-verify dispatch for low-vol
With this dependency, hk_low_vol_dividend_quality becomes an enabled LongBridge profile, but the dry-run switch plan still points operators at sync-cloud-run-env.yml with target=hk-verify; that workflow's hk-verify setup hard-codes strategy_profile to hk_listed_global_etf_rotation, so following the generated plan for the new profile validates and syncs the wrong strategy instead of the low-vol dividend runtime. Add a profile-specific workflow override/target or suppress the hk-verify dispatch hint for this profile.
Useful? React with 👍 / 👎.
Summary
hk_low_vol_dividend_quality.Validation
.venv/bin/python -m pytest -q tests/test_runtime_config_support.py tests/test_notifications.py tests/test_request_handling.py tests/test_runtime_strategy_adapters.py tests/test_signal_snapshot.py tests/test_decision_mapper.py-> 86 passed, 14 subtests passedhk_low_vol_dividend_quality True feature_snapshot <required>and factor snapshot artifact hints.Dependency / merge order
Notes