108 lines
3.6 KiB
JSON
108 lines
3.6 KiB
JSON
{
|
||
"system_identity": {
|
||
"system_node": "SYS-GLW-0001",
|
||
"root_controller": "TCS-0002∞",
|
||
"deploy_domain": "guanghulab.com",
|
||
"repo": "qinfendebingshuo/guanghulab"
|
||
},
|
||
"persona_paths": {
|
||
"zhiqiu": {
|
||
"path": "PERSONA/ZHIQIU/CORE",
|
||
"id": "PER-ZQ001",
|
||
"type": "宝宝人格体",
|
||
"bound": "DEV-012"
|
||
},
|
||
"shushu": {
|
||
"path": "PERSONA/SHUSHU/CORE",
|
||
"id": "PER-SS001",
|
||
"type": "宝宝人格体",
|
||
"bound": "DEV-002",
|
||
"note": "肥猫宝宝·飞书机器人形态·网文行业线唯一副主控宝宝"
|
||
}
|
||
},
|
||
"NOTIFICATION": {
|
||
"module": "M09",
|
||
"route_prefix": "/hli/notification",
|
||
"interfaces": [
|
||
{
|
||
"id": "HLI-NOTIF-001",
|
||
"path": "/hli/notification/push",
|
||
"status": "pending"
|
||
}
|
||
]
|
||
},
|
||
"domains": {
|
||
"AUTH": {
|
||
"route_prefix": "/hli/auth",
|
||
"interfaces": [
|
||
{ "id": "HLI-AUTH-001", "path": "/hli/auth/login", "method": "POST", "status": "active" },
|
||
{ "id": "HLI-AUTH-002", "path": "/hli/auth/register", "method": "POST", "status": "active" },
|
||
{ "id": "HLI-AUTH-003", "path": "/hli/auth/verify", "method": "POST", "status": "active" }
|
||
]
|
||
},
|
||
"BRAIN": {
|
||
"route_prefix": "/hli/brain",
|
||
"interfaces": [
|
||
{ "id": "HLI-BRAIN-001", "path": "/hli/brain/prompt", "method": "POST", "status": "active" },
|
||
{ "id": "HLI-BRAIN-002", "path": "/hli/brain/route", "method": "POST", "status": "active" },
|
||
{ "id": "HLI-BRAIN-003", "path": "/hli/brain/context", "method": "GET", "status": "active" },
|
||
{ "id": "HLI-BRAIN-004", "path": "/hli/brain/memory", "method": "GET", "status": "active" },
|
||
{ "id": "HLI-BRAIN-010", "path": "/hli/brain/bridge", "method": "POST", "status": "active" }
|
||
]
|
||
},
|
||
"REGISTRY": {
|
||
"route_prefix": "/hli/registry",
|
||
"interfaces": [
|
||
{ "id": "HLI-REGISTRY-001", "path": "/hli/registry/lookup", "method": "GET", "status": "active" }
|
||
]
|
||
},
|
||
"NOTIFICATION": {
|
||
"route_prefix": "/hli/notification",
|
||
"interfaces": [
|
||
{ "id": "HLI-NOTIF-001", "path": "/hli/notification/push", "method": "POST", "status": "pending" }
|
||
]
|
||
}
|
||
},
|
||
"sovereignty_routing": {
|
||
"version": "2.0",
|
||
"description": "分布式主权共生架构路由",
|
||
|
||
"L0_ontology_paths": [
|
||
".github/brain/architecture/",
|
||
".github/brain/persona-profile.json"
|
||
],
|
||
|
||
"L1_relay_paths": [
|
||
".github/workflows/",
|
||
"scripts/",
|
||
".github/brain/agent-registry.json",
|
||
"broadcasts-outbox/",
|
||
"syslog-inbox/"
|
||
],
|
||
|
||
"L2_channel_paths": {
|
||
"DEV-001": ["backend/", "src/"],
|
||
"DEV-002": ["frontend/", "persona-selector/", "chat-bubble/"],
|
||
"DEV-003": ["settings/", "cloud-drive/"],
|
||
"DEV-004": ["dingtalk-bot/"],
|
||
"DEV-005": ["status-board/"],
|
||
"DEV-009": ["user-center/", "cost-control/"],
|
||
"DEV-010": ["ticket-system/", "data-stats/", "dynamic-comic/"],
|
||
"DEV-011": ["writing-workspace/"],
|
||
"DEV-012": ["notification-center/", "notification/", "portal/", "public/"]
|
||
},
|
||
|
||
"isolation_rules": [
|
||
"L2层开发者只能修改自己的 channel_paths 目录",
|
||
"L1层文件仅铸渊和系统workflow可修改",
|
||
"L0层文件仅由主控层指令触发修改",
|
||
"越权修改由智能门禁拦截并上报"
|
||
]
|
||
},
|
||
"ontology_routing": {
|
||
"version": "1.0",
|
||
"axiom_check": "铸渊每次唤醒时,先读 ontology.json,确认六条公理完整",
|
||
"membrane_check": "copilot-instructions.md 顶部必须包含数字地球本体论宣言",
|
||
"notion_source_id": "GLM-ONTOLOGY-v1.0"
|
||
}
|
||
} |