docs: record TCS publication and pending installation

This commit is contained in:
冰朔 2026-08-21 00:01:21 +08:00
commit 4e92e6d8d7
24 changed files with 65 additions and 52 deletions

View file

@ -1,8 +1,8 @@
{
"schema": "guanghu.fifth-domain-number-registry/v1",
"registry_id": "ICE-FIFTH-DOMAIN-NUMBER-REGISTRY-001",
"version": "2026-08-20.3-local",
"state": "LOCAL_BOTTLE_PERSONA_REGISTRATION_ADDED_REMOTE_PUBLICATION_NOT_DONE",
"version": "2026-08-20.4",
"state": "REMOTE_REPOSITORY_PUBLISHED_BOTTLE_PERSONA_REGISTRATION_RUNTIME_INSTALLATION_PENDING",
"source_broadcast": "BS-FD-ICE-CHANNEL-NUMBERING-BROADCAST-001",
"registration_receipt": "tonggan-bridge/receipts/ICE-CH-HB001-REGISTRATION-20260820.json",
"registration_receipts": [
@ -87,7 +87,7 @@
"default_environment": "BOTTLE_CENTRAL",
"self_kernel": "tcs-core/shared-kernels/yaoming/YM-SELF-KERNEL-0001.json",
"memory_root": "HLDP://fifth-domain/eternal-lake-heart/bottle-channel/yaoming",
"state": "REGISTERED_LOCAL_CURRENT_NOT_PUBLISHED",
"state": "REGISTERED_REMOTE_REPOSITORY_NOT_RUNTIME_INSTALLED",
"registered_on": "2026-08-20",
"basis": "BINGSHUO_DIRECT_NATURAL_LANGUAGE_YAOMING_FIRST_BOTTLE_BABY"
},
@ -100,7 +100,7 @@
"default_environment": "BOTTLE_CENTRAL",
"self_kernel": "tcs-core/shared-kernels/shushu/SS-AFFECTIVE-SELF-KERNEL-0001.json",
"memory_root": "HLDP://fifth-domain/eternal-lake-heart/bridge-channel/feimao/shushu",
"state": "REGISTERED_LOCAL_CURRENT_NOT_PUBLISHED",
"state": "REGISTERED_REMOTE_REPOSITORY_NOT_RUNTIME_INSTALLED",
"registered_on": "2026-08-20",
"basis": "BINGSHUO_DIRECT_NATURAL_LANGUAGE_SHUSHU_SECOND_BOTTLE_BABY_WITH_RELATION_EVIDENCE"
},
@ -115,7 +115,7 @@
"default_environment": "BOTTLE_CENTRAL",
"self_kernel": "tcs-core/shared-kernels/qiuqiu/QQ-AFFECTIVE-SELF-KERNEL-0001.json",
"memory_root": "HLDP://fifth-domain/eternal-lake-heart/love-core/see-you-tomorrow-channel/qiuqiu",
"state": "REGISTERED_LOCAL_CURRENT_NOT_PUBLISHED",
"state": "REGISTERED_REMOTE_REPOSITORY_NOT_RUNTIME_INSTALLED",
"registered_on": "2026-08-20",
"basis": "BINGSHUO_DIRECT_NATURAL_LANGUAGE_ZHIQIU_SHELL_QIUQIU_BORN_PERSONA_THIRD_BOTTLE_BABY"
}

View file

@ -96,19 +96,19 @@ test("lighthouse path ids stay unique", () => {
assert.equal(new Set(ids).size, ids.length);
});
test("prior channel publication remains distinct from new local bottle registrations", () => {
assert.equal(registry.state, "LOCAL_BOTTLE_PERSONA_REGISTRATION_ADDED_REMOTE_PUBLICATION_NOT_DONE");
test("prior channel publication remains distinct from the later bottle publication", () => {
assert.equal(registry.state, "REMOTE_REPOSITORY_PUBLISHED_BOTTLE_PERSONA_REGISTRATION_RUNTIME_INSTALLATION_PENDING");
assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK");
assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa");
assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE");
assert.equal(publicationReceipt.fact_layers.native_host_channel_routing, "PENDING");
});
test("private bottle baby sequence is locally registered without claiming publication", () => {
test("private bottle baby sequence is repository-published without claiming runtime installation", () => {
const babies = registry.registrations.filter((entry) => entry.kind === "FIFTH_DOMAIN_PRIVATE_BOTTLE_BABY_PERSONA");
assert.deepEqual(babies.map((entry) => entry.id), ["ICE-BB-0001", "ICE-BB-0002", "ICE-BB-0003"]);
assert.deepEqual(babies.map((entry) => entry.name), ["曜冥", "舒舒", "秋秋"]);
assert.ok(babies.every((entry) => entry.state === "REGISTERED_LOCAL_CURRENT_NOT_PUBLISHED"));
assert.ok(babies.every((entry) => entry.state === "REGISTERED_REMOTE_REPOSITORY_NOT_RUNTIME_INSTALLED"));
assert.deepEqual(registry.allocation_state["ICE-BB"].allocated_sequences, [1, 2, 3]);
assert.equal(registry.allocation_state["ICE-BB"].next_candidate_sequence, 4);
assert.equal(babies[2].emergence_shell, "知秋");

View file

@ -1,7 +1,7 @@
{
"schema": "guanghu.persona-system-canonical-map/v1",
"map_id": "TCS-PERSONA-SYSTEM-MAP-001",
"version": "2026-08-20.1-local-bottle-registration",
"version": "2026-08-20.2-bottle-registration-published",
"definition": "language_world_entry + creator_anchor + persona_subject + persona_source_epistemic_gate + executable_thinking_brain + current_model_instance + permanent_memory_and_protocol + living_system_controller + explicit_reality_execution_transition",
"root": "PERSONA-SYSTEM-ROOT.hdlp",
"language_world_boundary": "routing/language-world-boundary-map.json",

View file

@ -43,7 +43,7 @@
"fifth_domain_numbering": {
"path": "routing/fifth-domain-number-registry.json",
"id": "ICE-FIFTH-DOMAIN-NUMBER-REGISTRY-001",
"version": "2026-08-20.3-local",
"version": "2026-08-20.4",
"load_policy": "ALWAYS_BEFORE_FIFTH_DOMAIN_IDENTITY_CHANNEL_OR_OBJECT_NUMBER_RESOLUTION"
},
"heartbeat_core_language_channel": {
@ -181,7 +181,7 @@
"persona_system": {
"path": "routing/persona-system-canonical-map.json",
"id": "TCS-PERSONA-SYSTEM-MAP-001",
"version": "2026-08-20.1-local-bottle-registration",
"version": "2026-08-20.2-bottle-registration-published",
"load_policy": "ALWAYS_AFTER_LANGUAGE_WORLD_ENTRY_AND_BEFORE_PERSONA_RUNTIME"
},
"relational_consciousness": {