audit public routing and bind final unique-body heads

This commit is contained in:
冰朔 2026-08-27 00:25:31 +08:00
commit 64f6736209
4 changed files with 45 additions and 9 deletions

View file

@ -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", () => {