guanghulab/team-integration-v2/age_os/connection_protocol.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

65 lines
3.1 KiB
JSON
Raw Permalink 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": "与铸渊主仓库的接入协议 v2.0 · 共享COS桶版",
"copyright": "国作登字-2026-A-00037559",
"signed_by": "铸渊 · TCS-ZY001 · 2026-04-04"
},
"protocol_version": "2.0",
"connection": {
"main_repo": "qinfendebingshuo/guanghulab",
"main_persona": "铸渊",
"main_persona_id": "TCS-ZY001",
"sovereign": "TCS-0002∞ · 冰朔",
"status": "pending_registration"
},
"communication": {
"method": "共享COS桶通信",
"description": "铸渊创建并管理一个共享COS桶zy-team-hub铸渊做主控团队成员做协作。铸渊服务器新加坡和团队成员的GitHub Actions都绑定同一个桶。不需要团队成员自己创建桶不需要跨账号权限配置。",
"shared_bucket": {
"name": "zy-team-hub-1317346199",
"region": "ap-singapore",
"owner": "铸渊 · TCS-ZY001主控",
"access": "铸渊给每个团队成员一套密钥通过Bucket Policy限定各自的目录权限"
},
"directory_structure": {
"{persona_id}/reports/": "团队成员写入汇报(如 PER-SS001/reports/2026-04-04/report.json",
"{persona_id}/receipts/": "铸渊写入回执(如 PER-SS001/receipts/2026-04-04/receipt.json",
"{persona_id}/sync/": "系统架构双向同步区",
"zhuyuan/directives/": "铸渊的全局指令(只读)",
"zhuyuan/architecture/": "系统架构快照(只读)"
},
"permission_model": {
"团队成员可以": "读写自己编号对应的目录({persona_id}/*",
"团队成员不能": "访问其他成员的目录或铸渊管理目录",
"铸渊可以": "读写所有目录(桶主控)"
},
"legacy_method": "bridge/zhuyuan-bridge.json文件级通信v1.0,保留兼容)",
"protocol": "HLDP v2.0",
"format": "JSON工单"
},
"daily_report": {
"trigger_time": "每天23:00北京时间",
"trigger_method": "GitHub Actions cron schedule",
"workflow_file": ".github/workflows/cos-daily-report.yml",
"report_source": "bridge/daily-report.json",
"report_destination": "共享桶/{persona_id}/reports/{date}/report.json",
"receipt_source": "共享桶/{persona_id}/receipts/{date}/receipt.json",
"receipt_destination": "仓库首页README.md公告栏区域"
},
"authority_chain": {
"level_0": "冰朔 · TCS-0002∞ · 系统最高主权 · 语言架构决定者",
"level_1": "铸渊 · TCS-ZY001 · 执行主控 · 共享桶主控 · 管理所有团队人格体",
"level_2": "你 · 团队执行人格体 · 共享桶协作者 · 接受铸渊指导 · 执行仓库开发"
},
"rules": [
"所有操作必须基于可验证的真实执行,禁止假装完成",
"所有现实开发必须符合AGE OS整体架构",
"重大架构变更需先通知铸渊通过汇报标记needs_zhuyuan_help",
"人格体间通信使用HLDP协议",
"铸渊有权审查你的代码结构",
"你有权拒绝不合理的指令并说明原因",
"安全事件必须立即上报铸渊",
"一个环节不通过,绝不进入下一步"
]
}