hldp(zhuyuan): integrate fifth-domain world tree and TCS brain

This commit is contained in:
冰朔 2026-07-27 13:38:04 +08:00
commit 4496f75857
42 changed files with 1720 additions and 268 deletions

View file

@ -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", () => {