Skip to content

Commit 07490fa

Browse files
Pigbibicodex
andcommitted
chore(qsl): sync 2026.08 compatibility records
Co-Authored-By: Codex <noreply@openai.com>
1 parent de6653c commit 07490fa

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This repository is the central manifest source for QSL compatibility checks.
5252
- `scripts/check_qsl_compat.py`: validate a repo's QSL compliance in `pyproject.toml`/`uv.lock` against central bundle.
5353
- `python/scripts/qslctl.py`: unified QSL version-control CLI for repo checks, workspace checks, ring reports/plans, and matrix generation.
5454
- `scripts/render_qsl_dependency_graph.py`: render dependency graph for review.
55-
- `compat/bundles/2026.07.3.toml`: current compatibility bundle baseline (CalVer).
55+
- `compat/bundles/2026.08.0.toml`: current compatibility bundle baseline (CalVer).
5656
- `compat/repo-tiers.toml`: repo tier and upgrade ring policy notes.
5757
- [QSL compatibility docs](docs/qsl_compat_upgrade.md)
5858

docs/qsl_compat_upgrade.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository defines the QSL central compatibility manifest and its upgrade p
55
## 文件结构
66

77
- `compat/bundles/*.toml`
8-
- 每个 bundle 用 Calendar Version 命名(当前:`2026.07.3`)。
8+
- 每个 bundle 用 Calendar Version 命名(当前:`2026.08.0`)。
99
- 记录 QSL 管控的固定内部仓库提交。
1010
- `compat/repo-tiers.toml`
1111
- 记录仓库层级(`core/strategy-lib/pipeline/runtime/ops`)与升级 ring 规则。
@@ -26,8 +26,8 @@ This repository defines the QSL central compatibility manifest and its upgrade p
2626

2727
```toml
2828
[qsl]
29-
bundle = "2026.07.3" # 选择要对齐的 central bundle
30-
compat = "2026.07.3" # 兼容检查入口(与 bundle 相同)
29+
bundle = "2026.08.0" # 选择要对齐的 central bundle
30+
compat = "2026.08.0" # 兼容检查入口(与 bundle 相同)
3131
tier = "ops/tooling"
3232
upgrade_ring = "ring_e"
3333
allow_legacy = false # 需要临时兼容时可先放开
@@ -53,14 +53,14 @@ python scripts/render_qsl_dependency_graph.py --repo-root . --format md
5353

5454
## 当前中心兼容基线
5555

56-
- Bundle: `2026.07.3`
57-
- QPK: `37c81901160c5b31127a27dba1c63944933fb6bf`
58-
- UsEquityStrategies: `17ddb86c72d44b2c7b78ba7a10d8f71b21180166`
59-
- HkEquityStrategies: `b6a8ac2ad3c8110b5ea74fb059c8206388d63bcd`
60-
- CnEquityStrategies: `8dfadcf8a4dc6cc516f27a4013248474603d8ce2`
61-
- CryptoStrategies: `39bf4733cef922bdeacfd0adef394e7819a04908`
62-
- QuantStrategyPlugins: `1f3a27b8fd83d71b583f4f5160a748e95fbefaa1`
63-
- MarketSignalSources: `bda8ab10b80a646e4b579ef4c0d5dfe90776e908`
56+
- Bundle: `2026.08.0`
57+
- QPK: `3acab1923a97b805b077c85c6c19657be0143bac`
58+
- UsEquityStrategies: `be1a2c9f7c388d4dd78bda6c2dd7ccad0d4b13b4`
59+
- HkEquityStrategies: `72008f44050b0dc7415334535dbe784793180159`
60+
- CnEquityStrategies: `167355385dde4e1a2b9dea4ede7077f9fbda13ce`
61+
- CryptoStrategies: `d2b43112154c35c7b6c2651a240054926a779ae9`
62+
- QuantStrategyPlugins: `c798397d9ca9230e404673d7774bac3d478217dc`
63+
- MarketSignalSources: `956dd380f75aac4ecb6f8443d95619c8a7f1c52b`
6464

6565
## Phase-2 Transition Warning 收敛路径
6666

internal_dependency_matrix.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@
6262
"path": "pyproject.toml",
6363
"package": "cn-equity-strategies",
6464
"source_repo": "CnEquityStrategies",
65-
"ref": "5b30fa332075fe582c1c04400a0115541fb767da"
65+
"ref": "167355385dde4e1a2b9dea4ede7077f9fbda13ce"
6666
},
6767
{
6868
"consumer_repo": "CnEquitySnapshotPipelines",
6969
"path": "pyproject.toml",
7070
"package": "quant-platform-kit",
7171
"source_repo": "QuantPlatformKit",
72-
"ref": "5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b"
72+
"ref": "3acab1923a97b805b077c85c6c19657be0143bac"
7373
},
7474
{
7575
"consumer_repo": "CnEquitySnapshotPipelines",
7676
"path": "uv.lock",
7777
"package": "cn-equity-strategies",
7878
"source_repo": "CnEquityStrategies",
79-
"ref": "5b30fa332075fe582c1c04400a0115541fb767da"
79+
"ref": "167355385dde4e1a2b9dea4ede7077f9fbda13ce"
8080
},
8181
{
8282
"consumer_repo": "CnEquitySnapshotPipelines",
8383
"path": "uv.lock",
8484
"package": "quant-platform-kit",
8585
"source_repo": "QuantPlatformKit",
86-
"ref": "5d4bbd0e7ef9a1434010e8b6a69905d39ee55f1b"
86+
"ref": "3acab1923a97b805b077c85c6c19657be0143bac"
8787
},
8888
{
8989
"consumer_repo": "CnEquityStrategies",
@@ -174,14 +174,14 @@
174174
"path": "pyproject.toml",
175175
"package": "hk-equity-strategies",
176176
"source_repo": "HkEquityStrategies",
177-
"ref": "1b354a49dde14f554807e349ac50aa1be3db6b08"
177+
"ref": "72008f44050b0dc7415334535dbe784793180159"
178178
},
179179
{
180180
"consumer_repo": "HkEquitySnapshotPipelines",
181181
"path": "uv.lock",
182182
"package": "hk-equity-strategies",
183183
"source_repo": "HkEquityStrategies",
184-
"ref": "1b354a49dde14f554807e349ac50aa1be3db6b08"
184+
"ref": "72008f44050b0dc7415334535dbe784793180159"
185185
},
186186
{
187187
"consumer_repo": "HkEquityStrategies",

0 commit comments

Comments
 (0)