From 1eb15bae617e4dec8352e4d19e21854dbb318ed0 Mon Sep 17 00:00:00 2001 From: Pigbibi <20649888+Pigbibi@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:01:14 +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 58d2b54..a659b40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # PoliticalEventTrackingResearch + +## QSL architecture role + +- **Layer**: `research`. +- **Responsibility**: public political and policy event evidence pipeline. +- **Owns**: source items, source events, traceable research evidence. +- **Consumes**: public RSS/web sources and downstream research consumers. +- **Must not**: produce automatic trading instructions or mutate allocations. + [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 6133c57..6d433eb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -1,5 +1,14 @@ # PoliticalEventTrackingResearch + +## QSL 架构角色 + +- **层级**:`研究/证据`。 +- **职责**:公开政治/政策事件证据流水线。 +- **事实源/归属**:source items、source events、可追溯研究证据。 +- **消费对象**:公开 RSS/web sources 和下游研究消费者。 +- **禁止事项**:生成自动交易指令或修改 allocations。 + [English README](README.md) > 投资有风险。本项目不构成投资建议,仅用于学习、研究和工程审阅。