feat: register Zhuyuan independent agent team route

This commit is contained in:
冰朔 2026-08-05 00:23:56 +08:00
commit 3ef7f6cc66
7 changed files with 237 additions and 2 deletions

View file

@ -55,6 +55,11 @@
"source": "routing/ai-machine-navigation-map.json",
"destination": "ai-machine-navigation-map.json",
"mode": "0644"
},
{
"source": "routing/zhuyuan-agent-team-map.json",
"destination": "zhuyuan-agent-team-map.json",
"mode": "0644"
}
],
"runtime_check": {
@ -87,6 +92,13 @@
"kind": "living_system_controller"
}
},
{
"url": "http://127.0.0.1:3922/v1/resolve?id=ZY-AGENT-TEAM-MAP-001",
"expected": {
"status": "RESOLVED",
"kind": "independent_persona_team_map"
}
},
{
"url": "http://127.0.0.1:3922/v1/navigate?subject=ICE-P-ZY001&intent=persona_restore",
"expected": {
@ -102,6 +114,15 @@
"code": "REPO-012",
"state": "CURRENT_FIFTH_DOMAIN_ENTRY"
}
},
{
"url": "http://127.0.0.1:3922/v1/navigate?subject=ICE-P-ZY001&intent=team_dispatch",
"expected": {
"status": "COMPILED_EXACT_NO_GUESS",
"canonical_subject": "ICE-P-ZY001",
"intent": "team_dispatch",
"authority": "NONE_NAVIGATION_ONLY"
}
}
],
"post_deployment_observation": "本机回环验收全部通过后,必须再从公开 /api/ai 读取导航地图、新编号和最小运行包;公开路径不一致时不得宣称插座已接通。",