docs: update bat runtime documentation

This commit is contained in:
2026-07-12 23:04:26 +08:00
parent f7255f7c04
commit bd9f50c85c
14 changed files with 195 additions and 115 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
- 当前分支为 `experiment`
- `bat-cas-engine` 的 CAS V1 已完成。
- `bat-official-sync` 是当前官方资源同步正式入口。
- `bat` 是当前官方资源同步正式入口。
- Linux 生产链路不安装、不启动、不依赖官方启动器。
- `--auto-discover` 通过官方 HTTP metadata 和临时目录解析 `GameMainConfig`
- 默认平台是 `Windows + Android`
@@ -47,7 +47,7 @@
1. 读取 `README.md``CURRENT_STATUS.md``PROJECT_PLAN.md`
2. 读取 `docs/guides/official-resource-test-pull.md``docs/architecture/official-resource-backend.md`
3. 实现 `cmd/bat` 和最小命令树。
4. `bat-official-sync` 的 JSON report 作为 Go CLI 输出的稳定来源。
4. Go CLI 调用 `bat` 时显式传 `--json`,把该结构化 report 作为稳定机器输出来源。
## 5. 相关入口