guanghulab/.github/persona-brain/routing-map.json
2026-05-10 13:12:44 +08:00

108 lines
3.6 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.

{
"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 ",
"L1workflow",
"L0",
""
]
},
"ontology_routing": {
"version": "1.0",
"axiom_check": " ontology.json",
"membrane_check": "copilot-instructions.md ",
"notion_source_id": "GLM-ONTOLOGY-v1.0"
}
}