chore(qsl): align canonical strategy metadata - #84
Conversation
Co-Authored-By: Codex <noreply@openai.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e8e08be9fd
ℹ️ 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".
|
|
||
| [compat] | ||
| bundle = "2026.07.2" | ||
| bundle = "2026.07.3" |
There was a problem hiding this comment.
Keep the QSL bundle pin aligned with package metadata
In environments that consume qsl.toml as the compatibility source, this new 2026.07.3 bundle still resolves quant-platform-kit from the old 37c819... requirement below, while the package metadata and lockfile already resolve 69a025... (pyproject.toml line 13). That makes QSL-resolved runs use a different platform kit than normal installs/CI for the same repository state, so experiments under the advertised bundle are not reproducible with the package dependency set.
Useful? React with 👍 / 👎.
Part of the QuantStrategyLab P0-P5 hardening and convergence wave.
Highlights:
Local validation was run before push in the Codex execution session.