docs: align project status with official sync pipeline

Update the authoritative docs, guides, architecture notes, gap list, deployment guidance, handoff notes, and changelog to reflect the current Rust official resource sync boundary.
This commit is contained in:
2026-07-06 00:34:22 +08:00
parent 789402c887
commit 5e76ea4ae3
15 changed files with 661 additions and 345 deletions
+14 -9
View File
@@ -1,7 +1,7 @@
# 稳定工程基线指南
**更新时间**2026-06-28
**目标**:让工作区处于可继续开发核心功能的可信状态。
- **更新时间**2026-07-06
- **目标**:让工作区处于可继续开发核心功能的可信状态。
---
@@ -17,6 +17,7 @@
6. 当前缺口有集中清单和关闭顺序。
7. 架构边界有 ADR 记录。
8. 基础验证命令通过。
9. Rust 官方资源同步入口有明确运行文档和生产边界。
---
@@ -40,9 +41,10 @@ cargo clippy --workspace -- -D warnings
说明:
1. 当前没有 Go package,因此 Go build/test/check/fmt/lint 会明确跳过。
1. 当前没有 Go 产品入口,因此 Go build/test/check/fmt/lint 会在空 Go 阶段明确跳过。
2. 如果后续新增 Go package,必须让 `go test ./...``go vet ./...` 纳入硬性验证。
3. 当前 `golangci-lint` 可选;当 Go 代码进入主要开发阶段后,应纳入 CI。
4. 官方同步相关修改必须额外运行 `cargo test -p bat-infrastructure --bin bat-official-sync -- --nocapture`
---
@@ -84,16 +86,19 @@ git check-ignore -v Cargo.lock CLAUDE.md
## 5. 下一阶段入口
CAS V1 完成后,下一阶段优先推进:
CAS V1 和 Rust 官方同步闭环完成后,下一阶段优先推进:
1. Manifest 真实解析
2. Go CLI 的 `doctor` 和基础命令框架
3. Resource Repository 持久化 schema
1. Go CLI 的 `doctor` 和基础命令框架
2. 真实官方网络全量下载 smoke 记录
3. 官方同步结果接入 CAS + ResourceRepository。
4. AssetBundle UnityFS 解析。
优先阅读:
1. `PROJECT_PLAN.md`
2. `CURRENT_STATUS.md`
3. `docs/reports/CURRENT_GAPS.md`
4. `docs/architecture/adr/0001-engine-and-application-boundaries.md`
5. `docs/architecture/adr/0002-cas-v1-design-boundary.md`
4. `docs/guides/official-resource-test-pull.md`
5. `docs/architecture/official-resource-backend.md`
6. `docs/architecture/adr/0001-engine-and-application-boundaries.md`
7. `docs/architecture/adr/0002-cas-v1-design-boundary.md`