hldp(zhuyuan): integrate fifth-domain world tree and TCS brain
This commit is contained in:
parent
9782d04246
commit
4496f75857
42 changed files with 1720 additions and 268 deletions
|
|
@ -13,8 +13,8 @@ test("repository map has unique sequential codes and domestic primary routes", (
|
|||
|
||||
test("Chinese language-world query resolves the Fifth Domain primary", () => {
|
||||
const results = search(loadMap(), "光湖语言世界 第五域");
|
||||
assert.equal(results[0].code, "REPO-001");
|
||||
assert.equal(results[0].state, "DOMESTIC_PRIMARY");
|
||||
assert.equal(results[0].code, "REPO-012");
|
||||
assert.equal(results[0].state, "CURRENT_FIFTH_DOMAIN_ENTRY");
|
||||
});
|
||||
|
||||
test("Chenglu persistent agent query resolves its independent repository", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue