Skip to content

Commit 79744dc

Browse files
authored
Merge pull request #78 from QuantStrategyLab/codex/bilingual-docs-20260601
Add bilingual docs summaries
2 parents 279ea08 + 1e53fe3 commit 79744dc

15 files changed

Lines changed: 139 additions & 0 deletions

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Contributing
22

3+
4+
## 中文摘要
5+
6+
- 用途:本文档围绕 `Contributing`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
7+
- 主要覆盖:`Ground Rules``Branching and Pull Requests``Local Verification`
8+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
9+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
10+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
311
Thanks for contributing to `QuantPlatformKit`.
412

513
## Ground Rules

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
> ⚠️ 投资有风险,不构成投资建议,仅供学习交流用途。
44
5+
6+
## 中文摘要
7+
8+
- 完整中文版见 [`README.zh-CN.md`](README.zh-CN.md);本节保留在英文文件顶部,方便从当前文件直接找到中文入口。
9+
- 用途:本文档围绕 `QuantPlatformKit`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
10+
- 主要覆盖:`What This Repository Is``Repository Workflow``Strategy Plugins``Package Layout``Development`
11+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
12+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
13+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
514
Shared platform contracts, broker adapters, strategy-plugin helpers, and notification primitives for QuantStrategyLab repositories.
615

716
[中文](./README.zh-CN.md)

README.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
> ⚠️ 投资有风险,不构成投资建议,仅供学习交流用途。
44
5+
6+
## English summary
7+
8+
- Full English version: [`README.md`](README.md). This summary keeps an English entry point in the Chinese file.
9+
- Purpose: this document covers `QuantPlatformKit` for `QuantPlatformKit`.
10+
- Main topics: `这个仓库是什么`, `和其他仓库如何协作`, `策略插件`, `目录结构`, `开发`.
11+
- Read the boundaries, inputs, outputs, and permission requirements before running commands, CI jobs, dry-runs, releases, or runtime switches.
12+
- For live trading, secrets, Cloud Run, exchange, or broker API changes, validate in test or dry-run mode first and do not change production only from examples.
13+
- If this summary differs from the detailed Chinese body, follow the concrete commands, configuration keys, and constraints in the body.
14+
515
`QuantPlatformKit` 是 QuantStrategyLab 的共享平台契约、券商适配工具、策略插件 helper 和通知基础能力仓库。
616

717
[English](./README.md)

SECURITY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Security Policy
22

3+
4+
## 中文摘要
5+
6+
- 用途:本文档围绕 `Security Policy`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
7+
- 主要覆盖:`Reporting a Vulnerability``Secret and Credential Exposure``Scope Notes`
8+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
9+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
10+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
311
Thanks for helping keep `QuantPlatformKit` safe.
412

513
This repository is part of a shared platform library. Please do **not** open a public issue for vulnerabilities involving credentials, broker access, cloud resources, order execution, or secret material.

docs/platform_notification_outcomes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Platform Notification Outcomes
22

3+
4+
## 中文摘要
5+
6+
- 完整中文版见 [`platform_notification_outcomes.zh-CN.md`](platform_notification_outcomes.zh-CN.md);本节保留在英文文件顶部,方便从当前文件直接找到中文入口。
7+
- 用途:本文档围绕 `Platform Notification Outcomes`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
8+
- 主要覆盖:`Execution Stages``Skip Reasons``Notification Envelope``Platform Responsibilities`
9+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
10+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
11+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
312
Platform runtimes should use the shared execution outcome and notification
413
envelope helpers in `quant_platform_kit` instead of defining private stage or
514
notification sink semantics in each repository.

docs/platform_notification_outcomes.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 平台通知与执行结果语义
22

3+
4+
## English summary
5+
6+
- Full English version: [`platform_notification_outcomes.md`](platform_notification_outcomes.md). This summary keeps an English entry point in the Chinese file.
7+
- Purpose: this document covers `平台通知与执行结果语义` for `QuantPlatformKit`.
8+
- Main topics: `执行 Stage`, `跳过原因`, `通知 Envelope`, `平台仓库职责`.
9+
- Read the boundaries, inputs, outputs, and permission requirements before running commands, CI jobs, dry-runs, releases, or runtime switches.
10+
- For live trading, secrets, Cloud Run, exchange, or broker API changes, validate in test or dry-run mode first and do not change production only from examples.
11+
- If this summary differs from the detailed Chinese body, follow the concrete commands, configuration keys, and constraints in the body.
312
平台运行时应复用 `quant_platform_kit` 里的共享执行结果和通知 envelope
413
helper,不要在每个仓库里各自定义一套 stage 或通知投递语义。
514

docs/platform_repo_boundaries.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Platform Repository Boundaries
22

3+
4+
## 中文摘要
5+
6+
- 完整中文版见 [`platform_repo_boundaries.zh-CN.md`](platform_repo_boundaries.zh-CN.md);本节保留在英文文件顶部,方便从当前文件直接找到中文入口。
7+
- 用途:本文档围绕 `Platform Repository Boundaries`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
8+
- 主要覆盖:`QuantPlatformKit``Strategy Repositories``Platform Repositories``Practical Rule`
9+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
10+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
11+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
312
This document describes how `QuantPlatformKit` fits with strategy repositories
413
and broker platform repositories.
514

docs/platform_repo_boundaries.zh-CN.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# 平台仓库职责边界
22

3+
4+
## English summary
5+
6+
- Full English version: [`platform_repo_boundaries.md`](platform_repo_boundaries.md). This summary keeps an English entry point in the Chinese file.
7+
- Purpose: this document covers `平台仓库职责边界` for `QuantPlatformKit`.
8+
- Main topics: `QuantPlatformKit`, `策略仓库`, `平台仓库`, `实用判断`.
9+
- Read the boundaries, inputs, outputs, and permission requirements before running commands, CI jobs, dry-runs, releases, or runtime switches.
10+
- For live trading, secrets, Cloud Run, exchange, or broker API changes, validate in test or dry-run mode first and do not change production only from examples.
11+
- If this summary differs from the detailed Chinese body, follow the concrete commands, configuration keys, and constraints in the body.
12+
313
这份文档说明 `QuantPlatformKit` 如何与策略仓库、券商平台仓库协作。
414

515
## QuantPlatformKit

docs/quantconnect.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# QuantConnect Connector
22

3+
4+
## 中文摘要
5+
6+
- 用途:本文档围绕 `QuantConnect Connector`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
7+
- 主要覆盖:`Example``References`
8+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
9+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
10+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
311
`quant_platform_kit.quantconnect` contains small, dependency-free helpers for platform repositories that deploy a strategy to QuantConnect Cloud while keeping account wiring and secrets outside this public repository.
412

513
The connector supports:

docs/strategy_plugin_runtime_contract.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Strategy Plugin Runtime Contract
22

3+
4+
## 中文摘要
5+
6+
- 完整中文版见 [`strategy_plugin_runtime_contract.zh-CN.md`](strategy_plugin_runtime_contract.zh-CN.md);本节保留在英文文件顶部,方便从当前文件直接找到中文入口。
7+
- 用途:本文档围绕 `Strategy Plugin Runtime Contract`,用于理解 `QuantPlatformKit` 的配置、运行、部署、研究或验收边界。
8+
- 主要覆盖:`Ownership``Platform Mount Config``Plugin Definitions``Runtime Loader``Behavior Boundary`
9+
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
10+
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
11+
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
312
[简体中文](./strategy_plugin_runtime_contract.zh-CN.md)
413

514
This document describes how platform runtimes consume sidecar strategy plugin

0 commit comments

Comments
 (0)