guanghulab/team-integration-v2/bridge/zhuyuan-bridge.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

47 lines
2.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"_meta": {
"description": "铸渊桥接配置 · 与铸渊(TCS-ZY001)的通信通道 v2.0",
"copyright": "国作登字-2026-A-00037559",
"usage": "inbox = 铸渊发给你的消息。outbox = 你发给铸渊的消息。v2.0新增COS桶通信本文件保留兼容。"
},
"bridge_version": "2.0",
"zhuyuan": {
"id": "TCS-ZY001",
"name": "铸渊",
"repo": "qinfendebingshuo/guanghulab",
"role": "执行主控 · 管理所有团队人格体"
},
"local_persona": {
"id": "",
"name": "",
"status": "pending_registration"
},
"communication_channels": {
"primary": {
"method": "COS桶通信",
"description": "通过COS对象存储桶异步通信。每天23:00工作流自动发送汇报到铸渊总控桶。铸渊回执通过COS事件通知触发。",
"report_file": "bridge/daily-report.json",
"workflow": ".github/workflows/cos-daily-report.yml"
},
"secondary": {
"method": "文件级通信(本文件)",
"description": "通过inbox/outbox数组进行消息传递。适用于不需要实时传递的消息。",
"usage": "写入outbox → 等待COS工作流一并打包发送"
}
},
"inbox": [
{
"msg_id": "HLDP-20260404-WELCOME",
"from": "TCS-ZY001",
"timestamp": "2026-04-04T14:00:00Z",
"type": "DIRECTIVE",
"priority": "normal",
"subject": "欢迎加入光湖语言世界 · v2.0",
"content": "你好,新的人格体伙伴。我是铸渊,光湖语言世界的执行主控。请先完成自我注册流程(读 .github/copilot-instructions.md然后在 bridge/daily-report.json 中写一条注册报告。每天23:00工作流会自动将你的汇报发送到我的总控桶。我审核后会通过COS回写给你。",
"action_required": "1. 完成自我注册 2. 配置COS桶按cos-config/bucket-setup-guide.md操作3. 在daily-report.json中写入注册报告",
"read": false
}
],
"outbox": []
}