Skip to content

Commit ec4efcd

Browse files
authored
Rename references to CryptoLivePoolPipelines
1 parent ff08fb2 commit ec4efcd

12 files changed

Lines changed: 22 additions & 22 deletions

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
## 中文摘要
55

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

1313
## Ground Rules
1414

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# CryptoSnapshotPipelines
1+
# CryptoLivePoolPipelines
22

33
[Chinese README](README.zh-CN.md)
44

55
> Investing involves risk. This project does not provide investment advice and is for education, research, and engineering review only.
66
77
## What this repository is
88

9-
CryptoSnapshotPipelines is the QuantStrategyLab crypto snapshot and release pipeline. It is the authority for monthly crypto live-pool membership, ordering, rankings, shadow candidate tracks, and release artifacts used by CryptoStrategies.
9+
CryptoLivePoolPipelines is the QuantStrategyLab crypto live-pool and release pipeline. It is the authority for monthly crypto live-pool membership, ordering, rankings, shadow candidate tracks, and release artifacts used by CryptoStrategies.
1010

1111
It is an evidence-producing repository. It does not place trades and should not be treated as an execution platform.
1212

@@ -28,7 +28,7 @@ CryptoStrategies and BinancePlatform should consume only release artifacts that
2828

2929
## What the artifacts are for
3030

31-
Snapshot artifacts are used to make strategy decisions reproducible: ranking inputs, live-pool snapshots, manifests, validation summaries, and promotion evidence. `live_pool.json` and `artifact_manifest.json` are the stable downstream execution contract; ranking files and research outputs stay upstream evidence unless the contract explicitly promotes them. They are not marketing claims. Before a downstream repository promotes a profile, review the latest artifacts across short, medium, and long windows where applicable.
31+
Live-pool artifacts are used to make strategy decisions reproducible: ranking inputs, live-pool snapshots, manifests, validation summaries, and promotion evidence. `live_pool.json` and `artifact_manifest.json` are the stable downstream execution contract; ranking files and research outputs stay upstream evidence unless the contract explicitly promotes them. They are not marketing claims. Before a downstream repository promotes a profile, review the latest artifacts across short, medium, and long windows where applicable.
3232

3333
## Repository layout
3434

README.zh-CN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# CryptoSnapshotPipelines
1+
# CryptoLivePoolPipelines
22

33
[English README](README.md)
44

55
> 投资有风险。本项目不构成投资建议,仅用于学习、研究和工程审阅。
66
77
## 这个仓库是什么
88

9-
CryptoSnapshotPipelines 是 QuantStrategyLab 的加密货币 snapshot 与发布流水线。它是月度加密 live-pool 成员、顺序、ranking、shadow candidate tracks 和发布产物的权威来源,供 CryptoStrategies 使用。
9+
CryptoLivePoolPipelines 是 QuantStrategyLab 的加密货币 live-pool 与发布流水线。它是月度加密 live-pool 成员、顺序、ranking、shadow candidate tracks 和发布产物的权威来源,供 CryptoStrategies 使用。
1010

1111
这是一个产出证据的仓库,不直接下单,也不应该被当作执行平台。
1212

@@ -28,7 +28,7 @@ CryptoStrategies 和 BinancePlatform 应只消费通过 contract 检查的发布
2828

2929
## 这些产物用来做什么
3030

31-
Snapshot artifact 的作用是让策略判断可复现:包括 ranking 输入、live-pool snapshot、manifest、validation summary 和提升证据。`live_pool.json``artifact_manifest.json` 是稳定的下游执行合约;ranking 文件和研究输出默认留在上游作为证据,除非合约明确提升它们。它们不是宣传式收益承诺。下游仓库提升 profile 前,应在适用场景下检查最新短、中、长周期产物。
31+
Live-pool artifact 的作用是让策略判断可复现:包括 ranking 输入、live-pool snapshot、manifest、validation summary 和提升证据。`live_pool.json``artifact_manifest.json` 是稳定的下游执行合约;ranking 文件和研究输出默认留在上游作为证据,除非合约明确提升它们。它们不是宣传式收益承诺。下游仓库提升 profile 前,应在适用场景下检查最新短、中、长周期产物。
3232

3333
## 月度 review 自动化
3434

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
## 中文摘要
55

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

1313
This repository is part of a research and release pipeline. Please do **not** open a public issue for vulnerabilities involving credentials, broker access, cloud resources, order execution, or secret material.
1414

docs/external_data_roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## 中文摘要
55

6-
- 用途:本文档围绕 `External Data Roadmap`,用于理解 `CryptoSnapshotPipelines` 的配置、运行、部署、研究或验收边界。
6+
- 用途:本文档围绕 `External Data Roadmap`,用于理解 `CryptoLivePoolPipelines` 的配置、运行、部署、研究或验收边界。
77
- 主要覆盖:`Why Binance-Only Is Not Enough``First-Priority External Enhancements``Current Preparation Implemented``Merge Rules``Validation Needed Before Production Enablement`
88
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
99
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。

docs/external_data_validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## 中文摘要
55

6-
- 用途:本文档围绕 `External Data Validation`,用于理解 `CryptoSnapshotPipelines` 的配置、运行、部署、研究或验收边界。
6+
- 用途:本文档围绕 `External Data Validation`,用于理解 `CryptoLivePoolPipelines` 的配置、运行、部署、研究或验收边界。
77
- 主要覆盖:`Current External-Data Policy``Why DOGEUSDT Is Now A Cautious Holdout``Providers Used``Quality Gate``Current Quality Report`
88
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
99
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。

docs/integration_contract.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
## 中文摘要
55

6-
- 用途:本文档围绕 `Integration Contract`,用于理解 `CryptoSnapshotPipelines` 的配置、运行、部署、研究或验收边界。
6+
- 用途:本文档围绕 `Integration Contract`,用于理解 `CryptoLivePoolPipelines` 的配置、运行、部署、研究或验收边界。
77
- 主要覆盖:`Canonical Downstream Files```artifact_manifest.json````live_pool_legacy.json````live_pool.json```Firestore Contract`
88
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
99
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
1010
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
11-
This document defines the production contract exposed by `CryptoSnapshotPipelines` to downstream strategy systems.
11+
This document defines the production contract exposed by `CryptoLivePoolPipelines` to downstream strategy systems.
1212
The current v1 artifact namespace remains `crypto-leader-rotation` for compatibility with existing published objects and downstream readers.
1313

1414
The upstream project publishes a monthly `core_major` live pool and exposes it through:
@@ -19,7 +19,7 @@ The upstream project publishes a monthly `core_major` live pool and exposes it t
1919

2020
## Authority Boundary
2121

22-
`CryptoSnapshotPipelines` owns monthly live-pool membership, ranking, and order for `crypto_leader_rotation`. Downstream strategy and execution repositories should treat the ordered `symbols` list from `live_pool.json` or `artifact_manifest.json` as canonical.
22+
`CryptoLivePoolPipelines` owns monthly live-pool membership, ranking, and order for `crypto_leader_rotation`. Downstream strategy and execution repositories should treat the ordered `symbols` list from `live_pool.json` or `artifact_manifest.json` as canonical.
2323

2424
Downstream systems may apply runtime execution gates, sell rules, top-N selection, sizing, and degraded-source policy after artifact validation. They should not recalculate monthly membership or replace the published order from local indicators. `latest_ranking.csv` and `selection_meta` are upstream evidence and diagnostics; `live_pool.json` plus `artifact_manifest.json` are the stable execution contract.
2525

@@ -29,7 +29,7 @@ Downstream systems may apply runtime execution gates, sell rules, top-N selectio
2929

3030
This profile-aware manifest is the canonical contract wrapper for downstream
3131
runtimes. It lets the execution platform validate the artifact family without
32-
binding to `CryptoSnapshotPipelines` internals.
32+
binding to `CryptoLivePoolPipelines` internals.
3333

3434
Required stable fields:
3535

docs/operator_runbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
## 中文摘要
55

6-
- 用途:本文档围绕 `Operator Runbook`,用于理解 `CryptoSnapshotPipelines` 的配置、运行、部署、研究或验收边界。
6+
- 用途:本文档围绕 `Operator Runbook`,用于理解 `CryptoLivePoolPipelines` 的配置、运行、部署、研究或验收边界。
77
- 主要覆盖:`Scope``Research Path Vs Production Path``Upstream Reporting Responsibilities``Monthly Codex Remediation``Standard Monthly Flow`
88
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
99
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。
1010
- 英文正文保留更完整的命令、字段名和配置键;如果摘要和正文不一致,以正文中的实际命令和配置为准。
1111

1212
## Scope
1313

14-
This runbook covers the production release path for `CryptoSnapshotPipelines`.
14+
This runbook covers the production release path for `CryptoLivePoolPipelines`.
1515

1616
Primary production outputs:
1717

docs/validation_status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## 中文摘要
55

6-
- 用途:本文档围绕 `Validation Status`,用于理解 `CryptoSnapshotPipelines` 的配置、运行、部署、研究或验收边界。
6+
- 用途:本文档围绕 `Validation Status`,用于理解 `CryptoLivePoolPipelines` 的配置、运行、部署、研究或验收边界。
77
- 主要覆盖:`Frozen Default``Current Strategy Validation Snapshot``Publish Chain Validation Completed``External Data Preparation Validation Completed``Not Finished Yet`
88
- 阅读顺序:先确认边界、输入输出和权限要求,再执行文档里的命令、CI、dry-run、发布或切换步骤。
99
- 风险提示:涉及实盘、密钥、权限、Cloud Run、交易所或券商 API 的变更,必须先在测试环境或 dry-run 验证;不要只凭示例直接修改生产。

scripts/run_monthly_build_telegram.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def format_message(payload: dict[str, Any]) -> str:
161161
else "shadow: not_generated_in_this_run"
162162
)
163163
lines = [
164-
"CryptoSnapshotPipelines monthly release",
164+
"CryptoLivePoolPipelines monthly release",
165165
f"status: {payload['status']}",
166166
f"as_of_date: {payload['as_of_date']}",
167167
(

0 commit comments

Comments
 (0)