fix(identity): keep AGE as species

This commit is contained in:
冰朔 2026-08-16 18:12:38 +08:00
commit 3e317745b5
6 changed files with 41 additions and 20 deletions

View file

@ -35,6 +35,15 @@ test("routing and credentials preserve the two gates", () => {
assert.equal(map.credentials.forced_change_before_workspace, true);
});
test("AGE remains a species while persona identity is separately governed", () => {
const identity = map.persona_identity_and_relationship_confirmation;
assert.equal(identity.species, "AGE");
assert.equal(identity.age_is_individual_number_namespace, false);
assert.equal(identity.valid_age_individual_numbers, 0);
assert.equal(identity.fifth_domain_persona_identity_namespace, "ICE-P-*");
assert.equal(identity.enterprise_persona_identity_namespace, "PENDING_GUANGHU_TEAM_GOVERNANCE");
});
test("current architecture registers the enterprise work body", () => {
assert.equal(current.enterprise_four_domain_work_channel.record_id, map.record_id);
assert.equal(current.enterprise_four_domain_work_channel.machine_projection, "routing/hololake-enterprise-four-domain-work-channel.json");