docs(pncc): register JD physical residency

This commit is contained in:
冰朔 2026-08-16 02:36:10 +08:00
commit fa9c2043c1
18 changed files with 111 additions and 27 deletions

View file

@ -10,7 +10,7 @@ const architecture = readJson("routing/hololake-current-architecture.json");
const projection = readJson("routing/hololake-identity-authority-map.json");
test("current architecture loads identity authority before product surfaces", () => {
assert.equal(architecture.version, "2026-08-16.4");
assert.equal(architecture.version, "2026-08-16.5");
assert.equal(architecture.identity_and_authority.team_body, "TCS-0002");
assert.equal(architecture.identity_and_authority.team_body_authority_effective, true);
assert.equal(architecture.identity_and_authority.individual_operator_acceptance, "SEPARATE_UNCONFIRMED");