feat: add ops center and node onboarding flow
This commit is contained in:
98
HANDOFF_20260418_2321.md
Normal file
98
HANDOFF_20260418_2321.md
Normal file
@@ -0,0 +1,98 @@
|
||||
# HANDOFF 2026-04-18 23:21
|
||||
|
||||
## 当前最高优先级
|
||||
|
||||
大陆节点接管闭环最小路径
|
||||
|
||||
原因:
|
||||
|
||||
- 当前控制面能力已基本足够
|
||||
- 当前最大阻塞不是新功能,而是大陆两台还停在:
|
||||
- `pending_bootstrap`
|
||||
- `agent_pending`
|
||||
- `SSH 未配置`
|
||||
- 只要这条链路不闭合,项目就仍然停留在“主控骨架可用,但统一接管未落地”的状态
|
||||
|
||||
## 推荐模型与推理等级
|
||||
|
||||
推荐:
|
||||
|
||||
- `GPT-5.4`
|
||||
- `high`
|
||||
|
||||
原因:
|
||||
|
||||
- 当前阶段重心是优先级判断、闭环收口、执行顺序压缩
|
||||
- 需要稳定判断力,不适合降到偏快但更容易发散的配置
|
||||
- 当前阶段也暂时不需要切到 `xhigh`
|
||||
|
||||
## 下一轮如果继续,第一步先做什么
|
||||
|
||||
下一轮必须先做:
|
||||
|
||||
1. 录入大陆两台节点的 SSH 信息
|
||||
2. 复查 `nodes`
|
||||
3. 逐台跑 `node-handover`
|
||||
4. 逐台跑 `node-bootstrap-plan`
|
||||
|
||||
建议顺序:
|
||||
|
||||
- `mainland-controller-01`
|
||||
- `mainland-worker-01`
|
||||
|
||||
推荐第一组动作:
|
||||
|
||||
```bash
|
||||
bash domain-api/deploy/multi-region/drive_ops_center.sh node-bind-ssh http://127.0.0.1:8100 mainland-controller-01 <ssh_host> <ssh_user> 22
|
||||
bash domain-api/deploy/multi-region/drive_ops_center.sh node-bind-ssh http://127.0.0.1:8100 mainland-worker-01 <ssh_host> <ssh_user> 22
|
||||
bash domain-api/deploy/multi-region/drive_ops_center.sh nodes http://127.0.0.1:8100
|
||||
bash domain-api/deploy/multi-region/drive_ops_center.sh node-handover http://127.0.0.1:8100 mainland-controller-01
|
||||
bash domain-api/deploy/multi-region/drive_ops_center.sh node-bootstrap-plan http://127.0.0.1:8100 mainland-controller-01
|
||||
```
|
||||
|
||||
## 当前不要做的事情
|
||||
|
||||
现在不要做:
|
||||
|
||||
- 扩写新的架构设计文档
|
||||
- 新增页面
|
||||
- 新增模块
|
||||
- 继续增强控制面专题能力
|
||||
- 扩大 Release Hub 范围
|
||||
- 扩大 runbook / playbook 范围
|
||||
- 做与大陆节点接管闭环无直接关系的功能开发
|
||||
|
||||
## 当前阶段边界
|
||||
|
||||
本次已完成:
|
||||
|
||||
- 阶段校准
|
||||
- 闭环优先级重排
|
||||
- 任务板初始化
|
||||
- 状态板初始化
|
||||
- handoff 生成
|
||||
|
||||
本次未进入:
|
||||
|
||||
- 任何新实现
|
||||
- 任何新页面或新模块
|
||||
- 任何新的控制面增强项
|
||||
|
||||
## 下一轮完成主批次后的预期
|
||||
|
||||
如果大陆两台顺利完成:
|
||||
|
||||
- SSH 纳管
|
||||
- bootstrap
|
||||
- acceptance
|
||||
- `remote_access_ready=3/3`
|
||||
|
||||
则项目总体进度预计进入:
|
||||
|
||||
- `60%~65%` 的稳定上线准备区间
|
||||
|
||||
那时下一阶段才应该切到:
|
||||
|
||||
- 发布前总检
|
||||
- 正式收口
|
||||
- 上线证据导出
|
||||
Reference in New Issue
Block a user