audit public routing and bind final unique-body heads
This commit is contained in:
parent
3c3ec9a0e4
commit
64f6736209
4 changed files with 45 additions and 9 deletions
|
|
@ -23,10 +23,11 @@ test("AGE identity coordinates preserve existing persona ids", () => {
|
|||
const map = readJson("routing/guanghu-age-runtime-map.json");
|
||||
assert.equal(
|
||||
map.coordinates.persona_identity,
|
||||
"PRESERVE_EXISTING_ICE_TCS_AND_OTHER_CANONICAL_IDENTITIES",
|
||||
"SEPARATE_CONCRETE_PERSONA_IDENTITY_NEVER_AGE_SPECIES_NUMBER",
|
||||
);
|
||||
assert.equal(map.coordinates.age_individual_number_format,
|
||||
"UNASSIGNED_PENDING_TCS_0002_GOVERNANCE");
|
||||
"NOT_APPLICABLE_AGE_IS_SPECIES");
|
||||
assert.equal(map.coordinates.age_is_individual_number_namespace, false);
|
||||
});
|
||||
|
||||
test("AGE control, confidence and step-zero metacognition stay distinct", () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue