From 85bb37a188057236f98791bc65d322de6637a06f Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:47:51 +0800 Subject: [PATCH] chore(qsl): align canonical metadata Co-Authored-By: Codex --- README.md | 2 +- qsl.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1dabeb9..eec241d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## QSL architecture role -- **Layer**: `strategy-library`. +- **Layer**: `strategy-lib`. - **Responsibility**: sidecar strategy plugin package. - **Owns**: plugin contracts, market-regime controls, notification/research plugin outputs. - **Consumes**: QuantPlatformKit and strategy/pipeline consumers. diff --git a/qsl.toml b/qsl.toml index 88a6f6f..10eb996 100644 --- a/qsl.toml +++ b/qsl.toml @@ -1,5 +1,5 @@ -tier = "strategy-library" -ring = 1 +tier = "strategy-lib" +upgrade_ring = "ring_b" [compat] bundle = "2026.07.1"