release: 发布系统版本 v1.0.0(ECR-001)
落盘 CODE_REVIEW Approve 与 RELEASE_REPORT,标记首个正式 release。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# RELEASE_REPORT — ECR-001 / v1.0.0
|
||||
|
||||
**Role:** RELEASE_MANAGER
|
||||
**Date:** 2026-08-05
|
||||
**System version:** `v1.0.0`(首个正式 Release)
|
||||
**Strategy version:** 不变(本 release 不改策略交易语义;strategies 仅 import 迁移)
|
||||
**Git commit:** `74dec4e` + 本 release 文档提交
|
||||
**Branch:** `dev`
|
||||
|
||||
## Scope
|
||||
|
||||
缠论引擎包化(`chanlun/`)+ Web 分层 + 前端模块化 + ESS 治理文档落盘(ECR-001 L3,行为冻结)。
|
||||
|
||||
## Gates
|
||||
|
||||
| Gate | Status | Evidence |
|
||||
|------|--------|----------|
|
||||
| ECR Approved | PASS | `docs/ECR/ECR-001-chan-web-restructure.md` |
|
||||
| ENGINEERING_SPEC / ADR | PASS | `docs/ENGINEERING_SPEC/` · `docs/ADR/ADR-001-package-layout.md` |
|
||||
| TEST_REPORT | PASS | `docs/TEST_REPORT/ECR-001.md`;golden + pytest |
|
||||
| CODE_REVIEW | PASS Approve | `docs/CODE_REVIEW/ECR-001.md` |
|
||||
| RISK_REVIEW / EXP | N/A | 不改交易决策语义 |
|
||||
| Human release intent | PASS | Human:「作为第一 release 版本」 |
|
||||
|
||||
## Checklist
|
||||
|
||||
- [x] Acceptance 已由 Reviewer 对照通过
|
||||
- [x] `config/` 无策略参数变更
|
||||
- [x] Rollback:`git revert` / 回到 tag 前 commit;Web 回滚同 tag
|
||||
- [x] 环境:Web Flask(`FLASK_PORT` 默认 8128);行情依赖 `DATA_SERVICE_URL`
|
||||
- [x] Tag:`v1.0.0`
|
||||
|
||||
## Artifacts
|
||||
|
||||
| Kind | Path |
|
||||
|------|------|
|
||||
| CODE_REVIEW | `docs/CODE_REVIEW/ECR-001.md` |
|
||||
| RELEASE | 本文件 |
|
||||
| CHANGELOG | `docs/CHANGELOG/CHANGELOG.md` |
|
||||
|
||||
## Promote note
|
||||
|
||||
本 tag 标记 **系统软件 v1.0.0**(分析引擎 + Web)。
|
||||
**非** Freqtrade Live 交易 Promote;若上 Live 策略仍需独立 Paper/EXP + Human 批准。
|
||||
|
||||
## Rollback
|
||||
|
||||
```bash
|
||||
git checkout v1.0.0 # 钉在本版本
|
||||
# 或回退到上一提交
|
||||
git checkout e2e45bc
|
||||
```
|
||||
|
||||
## Decision
|
||||
|
||||
**Release `v1.0.0`** — ship on `dev` with annotated tag.
|
||||
Reference in New Issue
Block a user