From ba93dcbb04c26f4e9a65d0321efa9a42ce662c60 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:00:33 +0800 Subject: [PATCH] docs: clarify QSL architecture role Co-Authored-By: Codex --- README.md | 9 +++++++++ README.zh-CN.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index e3b9f8b..84de8f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # CryptoStrategies + +## QSL architecture role + +- **Layer**: `strategy-library`. +- **Responsibility**: crypto strategy implementation package. +- **Owns**: runtime strategy code and metadata consumed by BinancePlatform. +- **Consumes**: QuantPlatformKit and CryptoLivePoolPipelines artifacts. +- **Must not**: own broker credentials or execution deployment. + [Chinese README](README.zh-CN.md) > Investing involves risk. This project does not provide investment advice and is for education, research, and engineering review only. diff --git a/README.zh-CN.md b/README.zh-CN.md index 2cda6e1..62e4035 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,5 +1,14 @@ # CryptoStrategies + +## QSL 架构角色 + +- **层级**:`策略库`。 +- **职责**:加密策略实现包。 +- **事实源/归属**:BinancePlatform 消费的 runtime 策略代码和元数据。 +- **消费对象**:QuantPlatformKit 和 CryptoLivePoolPipelines artifacts。 +- **禁止事项**:持有券商凭据或执行部署。 + [English README](README.md) > 投资有风险。本项目不构成投资建议,仅用于学习、研究和工程审阅。