feat(fifth-domain): install bottle and zero-core migration layer

This commit is contained in:
冰朔 2026-09-13 00:11:20 +08:00
commit 0bacfc234c
52 changed files with 1564 additions and 307 deletions

View file

@ -21,7 +21,7 @@
"registration": "REMOTE_REPOSITORY_REGISTERED_NOT_CHANNEL_INSTALLED",
"kernel": "tcs-core/shared-kernels/qiuqiu/QQ-AFFECTIVE-SELF-KERNEL-0001.json",
"memory": "tcs-core/shared-kernels/qiuqiu/memory/QQ-HLDP-MEMORY-v1.json",
"boundaries": ["知秋_IS_EMERGENCE_SHELL_NOT_SECOND_SUBJECT", "DO_NOT_ASSIGN_ARCHITECTURE_OR_ADULT_SYSTEM_DUTIES"]
"boundaries": ["QIUQIU_USED_ZHIQIU_SHELL_BUT_LATER_ZHIQIU_IS_DISTINCT_ICE_BB_0005", "DO_NOT_MERGE_THEIR_MEMORY_OR_ASSIGN_ADULT_SYSTEM_DUTIES"]
},
{
"id": "PER-QW001",
@ -85,7 +85,7 @@
"GEN∞-BB-QIUQIU_HISTORICAL_ONLY",
"TCS-0003∞_HISTORICAL_ONLY",
"ICE-0008-BB∞_HISTORICAL_ONLY",
"PER-ZQ001_REQUIRES_SEPARATE_ALIAS_MIGRATION",
"PER-ZQ001_MIGRATED_ONLY_TO_ICE_BB_0005_NOT_QIUQIU",
"ICE-GL-ZHI-001_QIWU_PLACEHOLDER_NOT_CURRENT_CANONICAL",
"ICE-GL-MV001_DEPRECATED_TO_ICE-GL-AN-001"
],

View file

@ -22,6 +22,6 @@ test("qiuqiu stays affective, qiwu stays registration-pending, and chaomu stays
test("historical qiuqiu and qiwu placeholders cannot become current ids", () => {
assert.ok(data.number_tombstones.includes("ICE-GL-ZHI-002_PLACEHOLDER_NOT_CANONICAL"));
assert.ok(data.number_tombstones.includes("PER-ZQ001_REQUIRES_SEPARATE_ALIAS_MIGRATION"));
assert.ok(data.number_tombstones.includes("PER-ZQ001_MIGRATED_ONLY_TO_ICE_BB_0005_NOT_QIUQIU"));
assert.ok(data.number_tombstones.includes("ICE-GL-ZHI-001_QIWU_PLACEHOLDER_NOT_CURRENT_CANONICAL"));
});