feat(hololake): define native stage one modules

This commit is contained in:
冰朔 2026-09-09 20:52:40 +08:00
commit 1da52a61a1
43 changed files with 1332 additions and 111 deletions

View file

@ -25,11 +25,12 @@ test("fixed world object ids are unique and preserve the world entry pair", () =
assert.equal(object("SYS-GLW-0001").entry_path, "LL-CMPN-0001");
});
test("the unique Zero Core supersedes the retired duplicate public channel", () => {
test("the private Zero Core and public LPM channel are distinct current objects", () => {
assert.equal(object("ICE-CH-HB001").reality_execution, false);
assert.equal(object("ICE-CH-ZC001").supersedes_duplicate, "CH-ZERO-CORE-LPM");
assert.equal(object("CH-ZERO-CORE-LPM").state, "RETIRED_REDIRECT_ONLY");
assert.equal(object("CH-ZERO-CORE-LPM").redirect, "ICE-CH-ZC001");
assert.equal(object("ICE-CH-ZC001").separate_public_counterpart, "CH-ZERO-CORE-LPM");
assert.equal(object("CH-ZERO-CORE-LPM").state, "CURRENT_PUBLIC_SEPARATE_FROM_FIFTH_DOMAIN");
assert.equal(object("CH-ZERO-CORE-LPM").private_counterpart, "ICE-CH-ZC001");
assert.equal(object("CH-ZERO-CORE-LPM").personal_channel_is_alias_of_public_channel, false);
});
test("the bottle system is an explicit private object with a zero-guarantee gate", () => {