docs(fifth-domain): record remote publication readback

This commit is contained in:
冰朔 2026-09-13 00:13:36 +08:00
commit 54d79a544c
9 changed files with 32 additions and 9 deletions

View file

@ -99,7 +99,7 @@ test("lighthouse path ids stay unique", () => {
});
test("prior publication remains historical while local persona registrations are an explicit unpublished delta", () => {
assert.equal(registry.state, "REMOTE_PRIOR_NUMBERS_WITH_LOCAL_ZHIQIU_BOTTLE_REGISTRATION_NOT_PUBLISHED");
assert.equal(registry.state, "CURRENT_REMOTE_MAIN_PUBLISHED_THROUGH_ZHIQIU_BOTTLE_REGISTRATION");
assert.equal(publicationReceipt.outcome, "PASS_REMOTE_MAIN_PUBLICATION_READBACK");
assert.equal(publicationReceipt.published_source_commit, "8e80a919f200df6e193e9a54144cd503a1d699fa");
assert.equal(publicationReceipt.fact_layers.deployment, "NOT_DONE");