55 lines
1.7 KiB
JSON
55 lines
1.7 KiB
JSON
{
|
|
"version": "2.0",
|
|
"description": "HLDP Bridge 同步目标配置 · Notion 资源映射",
|
|
"copyright": "国作登字-2026-A-00037559",
|
|
"instruction_ref": "SY-CMD-BRG-005 → SY-CMD-FUS-009",
|
|
"updated_at": "2026-03-27T02:00:00Z",
|
|
"note": "数据库 ID 从 GitHub Secrets 注入(环境变量),此文件定义映射关系",
|
|
"channels": {
|
|
"signal_log": {
|
|
"env": "SIGNAL_LOG_DB_ID",
|
|
"purpose": "跨平台信号日志 · GL-ACK/GL-SNAPSHOT 信号写入",
|
|
"direction": "bidirectional",
|
|
"protocol": "GL-ACK"
|
|
},
|
|
"workorder": {
|
|
"env": "WORKORDER_DB_ID",
|
|
"purpose": "人格协作工单簿 · 指令接收与回执",
|
|
"direction": "bidirectional",
|
|
"protocol": "GL-ACK"
|
|
},
|
|
"receipt": {
|
|
"env": "RECEIPT_DB_ID",
|
|
"purpose": "执行回执数据库",
|
|
"direction": "github-to-notion",
|
|
"protocol": "GL-ACK"
|
|
},
|
|
"syslog": {
|
|
"env": "NOTION_SYSLOG_DB_ID",
|
|
"purpose": "GitHub SYSLOG 收件箱",
|
|
"direction": "github-to-notion",
|
|
"protocol": "SYSLOG"
|
|
},
|
|
"wake_request": {
|
|
"env": "WAKE_REQUEST_DB_ID",
|
|
"purpose": "人格体唤醒请求",
|
|
"direction": "notion-to-github",
|
|
"protocol": "WAKE"
|
|
},
|
|
"broadcast": {
|
|
"env": "BROADCAST_DB_ID",
|
|
"purpose": "广播数据库",
|
|
"direction": "notion-to-github",
|
|
"protocol": "BROADCAST"
|
|
}
|
|
},
|
|
"sync_scripts": {
|
|
"snapshot_sync": "scripts/sync-snapshot-to-notion.js",
|
|
"signal_bridge": "scripts/notion-signal-bridge.js",
|
|
"notion_bridge": "scripts/notion-bridge.js",
|
|
"heartbeat": "scripts/bridge/heartbeat.js",
|
|
"snapshot_generator": "scripts/generate-system-snapshot.js"
|
|
},
|
|
"targets": []
|
|
}
|