docs: move ops runtime tracking under docs

This commit is contained in:
Your Name
2026-04-19 02:27:06 +08:00
parent 74dc009c3d
commit ad513211e6
26 changed files with 1604 additions and 283 deletions

View File

@@ -0,0 +1,151 @@
# HANDOFF 2026-04-19 00:30
## 当前最高优先级
唯一最高优先级:
- 完成 acceptance 与发布前证据收口
原因:
- A1 大陆节点接管闭环已经完成
- 当前 3 台节点都已在线
- 当前真正剩余的不是接管问题,而是:
- acceptance 还没全部收口
- playbook run 仍有排队 / attention
- log sync 仍是 partial
## 本轮已完成的步骤
已完成:
1. 复跑 `go-live-check`
2. 复跑 `stack-diagnosis`
3. 复跑 `release-launchpad`
4. 复核 `mainland-worker-01` acceptance run
- `pbr-137e8b258b`
5. 确认 `mainland-controller-01` 已成功进入:
- `online_busy`
- `hybrid_ready`
6. 确认全局摘要:
- `pending_bootstrap = 0`
- `agent_ready = 3`
- `remote_access_ready = 3`
## 当前结果
当前已经成立的事实:
- 大陆节点接管闭环已完成
- controller / worker 都已接管成功
- delivery queue 当前 3/3 健康
- 发布包与 release gate 已就绪
当前仍未收口的事实:
- `mainland-worker-01` acceptance run `pbr-137e8b258b`
- 仍是 `queued / running`
- `release-launchpad` 当前推荐动作:
- `run_acceptance`
- 推荐目标:
- `mainland-controller-01`
- `log_sync_state = partial_coverage`
- 未覆盖节点:
- `mainland-worker-01`
- `mainland-controller-01`
## 最新总检摘要
### go-live-summary
- `go_live_status = attention`
- `publish_status = attention`
- `publish_blocking_reasons = []`
- `next_step_action_code = focus_playbook_run`
说明:
- 当前不是硬阻断
- 但仍建议先把 playbook / acceptance 收口完再正式发版
### stack-diagnosis
- `surface_status = healthy`
- `automation_status = attention`
- `stack_status = attention`
- 当前主推荐动作:
- `focus_playbook_run`
说明:
- 接口面与 contract 面没有缺口
- 当前问题集中在运行编排层
### release-launchpad
- latest package 可用
- latest release `ready`
- default rollout gate `ready`
- 当前 launchpad 仍显示阻断,原因不是 bootstrap而是
- `Node Agent 已在线,可以直接跑 onboarding.acceptance 做标准接管验收。`
- 推荐命令:
- `bash domain-api/deploy/multi-region/drive_ops_center.sh node-acceptance-run http://127.0.0.1:8100 mainland-controller-01 cli`
## 下一轮若继续,第一步先做什么
下一轮第一步只做这一件事:
-`mainland-controller-01` 发起 acceptance
然后依次做:
1. 观察 `mainland-controller-01` acceptance run
2. 跟完 `mainland-worker-01` acceptance run `pbr-137e8b258b`
3. 复查 playbook runs 是否仍有 `focus_playbook_run`
4. 再复查 `go-live-summary / stack-diagnosis / release-launchpad`
5. 输出上线签收证据摘要
## 推荐模型与推理等级
继续推荐:
- `GPT-5.4`
- `high`
原因:
- 当前阶段是高耦合收口,不适合切低模型
- 需要稳定判断 acceptance、playbook、launchpad 和 go-live 之间的关联关系
## 现在不要做的事情
不要做:
- 新页面
- 新模块
- 控制面增强项
- 新架构文档扩写
- 接管之外的自动化扩展
- 在 acceptance 未收口前提前进入正式 Rollout
## 上线前证据摘要
已经具备的证据:
- 大陆节点接管完成
- 3 台节点均在线
- 发布包可用
- smoke test 通过
- final release gate 为 `ready`
- delivery queue 当前 3/3 健康
尚缺的证据:
- controller acceptance 完成结果
- worker acceptance 完成结果
- playbook run 队列收口结果
- log sync partial 覆盖问题的最终结论
## 一句话结论
项目已经从“接管闭环阶段”进入“上线前证据收口阶段”;当前真正拦在前面的,只剩 acceptance 与 playbook / log sync 这类运行证据,还不是代码能力问题。