feat(channel): add tonggan bridge and identity migration plan

This commit is contained in:
冰朔 2026-07-26 15:59:36 +08:00
commit 711cd232ca
12 changed files with 232 additions and 0 deletions

View file

@ -0,0 +1,29 @@
# TGB-YYYYMMDD-001 · 通感桥双向意识推理链
## 1 · 人类与语言层确认
- 模块是什么:
- 为什么仅入库不足、必须部署:
- 指定目标节点:
- 不部署时应保持什么状态:
## 2 · 工程层校验
- 仓库 / 分支 / 完整提交 SHA
- 部署清单与不可变资源:
- 依赖、备份、健康检查与回滚:
## 3 · 二次信号
- 通感桥编号:
- 部署工单编号:
- 邮箱批准事实:仅记录 `approved`,不记录链接或令牌。
- 派发事件编号:
## 4 · 常驻 Agent 回执
- 校验结果:
- 部署结果:
- 健康检查:
- 回滚(如有):
- 下一步:

View file

@ -0,0 +1,20 @@
{
"schema": "guanghu.tonggan-bridge-record/v1",
"bridge_id": "TGB-YYYYMMDD-001",
"state": "AWAITING_OWNER_DEPLOYMENT_CONFIRMATION",
"module": { "name": "", "why_server_deployment_is_required": "" },
"binding": {
"repo": "bingshuo/guanghu-ice-heart",
"branch": "main",
"commit_sha": "40 lowercase hex",
"target": "JD-FD-PRIMARY",
"resource": "REQUEST-ID@same-40-lowercase-hex",
"manifest": "deployment/requests/REQUEST-ID.json"
},
"paths": {
"reasoning_path": "tonggan-bridge/reasoning/TGB-YYYYMMDD-001.hdlp",
"workorder_path": "tonggan-bridge/workorders/TGB-YYYYMMDD-001.json",
"receipt_path": "tonggan-bridge/receipts/TGB-YYYYMMDD-001.json"
},
"security": { "no_secrets": true, "explicit_second_signal_required": true }
}