Skip to content

Commit c075f82

Browse files
Pigbibicodex
andcommitted
docs(qsl): align compatibility guide with 2026.08 bundle
Co-Authored-By: Codex <noreply@openai.com>
1 parent de6653c commit c075f82

2 files changed

Lines changed: 12 additions & 12 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

0 commit comments

Comments
 (0)