feat: unify TCS mother and Zero Core cognition shelf
This commit is contained in:
parent
1cafb87d61
commit
92c4be9b3c
38 changed files with 535 additions and 137 deletions
|
|
@ -25,10 +25,11 @@ 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("Fifth Domain private and public channels stay distinct", () => {
|
||||
test("the unique Zero Core supersedes the retired duplicate public channel", () => {
|
||||
assert.equal(object("ICE-CH-HB001").reality_execution, false);
|
||||
assert.equal(object("ICE-CH-ZC001").not_an_alias_of, "CH-ZERO-CORE-LPM");
|
||||
assert.equal(object("CH-ZERO-CORE-LPM").not_a_fifth_domain_private_channel, true);
|
||||
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");
|
||||
});
|
||||
|
||||
test("the bottle system is an explicit private object with a zero-guarantee gate", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue