feat: add Quant OS public status console

This commit is contained in:
2026-07-26 14:32:52 +08:00
parent e5911ca454
commit 00efeb7ec2
12 changed files with 4443 additions and 9 deletions
+20
View File
@@ -15,6 +15,26 @@ Quant OS 是项目名;`quant60` 是第一版 A 股 Baseline 的 Python
> [`docs/AUDIT_2026-07-25.md`](docs/AUDIT_2026-07-25.md) 与
> [`gate_scorecard.json`](gate_scorecard.json)。
## 在线公开验收面板
公开只读入口:
[`https://gomars.fun/quants-strategies/quant-os/status/index.html`](https://gomars.fun/quants-strategies/quant-os/status/index.html)
页面从 `gate_scorecard.json`、平台矩阵、bundle manifest 和证据文档生成
脱敏的构建时快照,逐层展示数据、模型、回测平台、券商影子盘与 G1—G10
缺口。它不是实时服务健康页,不发布本地行情、账户状态或运行 artifacts。
更新权威记录后必须重新生成并检查页面数据:
```bash
python3 tools/build_public_status.py
python3 tools/build_public_status.py --check
```
网页源码位于 [`status/`](status/),生成器位于
[`tools/build_public_status.py`](tools/build_public_status.py)。
## 当前交付边界
| 路径 | 当前能做什么 | 已有证据 | 仍缺什么 |