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

@ -35,6 +35,7 @@ test("code map resolves only REPO-012, REPO-014 and REPO-015 as current push rou
assert.match(codeMap, /^FD-SUBJECT-ID-ALIAS-MAP-001=identity\/subject-id-alias-map\.json$/m);
assert.match(codeMap, /^ICE-P-ZY001=.*zhuyuan-persona-system\/INDEX\.hdlp/m);
assert.match(codeMap, /^ZY-OPS-LOOP-001=.*zhuyuan-persona-system\//m);
assert.match(codeMap, /^ZY-AGENT-TEAM-MAP-001=routing\/zhuyuan-agent-team-map\.json$/m);
});
test("repository map exposes the current code channel as a public domestic route", () => {