feat(hololake): add office registration and multi-persona collaboration gates

This commit is contained in:
冰朔 2026-09-11 13:18:04 +08:00
commit bb5a7a2f61
10 changed files with 167 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
"schema":"guanghu.heartbeat-office-hr-registration-desk/v1",
"desk_id":"HB-OFFICE-HR-REGISTRATION-DESK-001",
"building_id":"HB-BUILDING-0001",
"state":"CURRENT_LOCAL_CANONICAL_CANDIDATE",
"checks":["CURRENT_HUMAN_IDENTITY","HUMAN_OFFICE_APPLICATION_AUTHORITY","PERSONA_IDENTITY_AND_HUMAN_ANCHOR","OFFICE_COUNT","OFFICE_ID_COLLISION","STANDARD_INFRASTRUCTURE_BOOTSTRAP"],
"human_authority_source":"identity/fifth-domain-subject-registry.json",
"persona_source":"identity/fifth-domain-subject-registry.json",
"office_source":"routing/light-lake-persona-office-board.json",
"number_source":"routing/fifth-domain-number-registry.json",
"automatic_numbering_without_registered_rule":false,
"authority_granted":false
}

View file

@ -0,0 +1,8 @@
{
"schema":"guanghu.persona-office-registration-registry/v1",
"registry_id":"HB-OFFICE-HR-REGISTRY-001",
"building_id":"HB-BUILDING-0001",
"state":"CURRENT_LOCAL_REGISTRATION_LEDGER",
"registrations":[],
"authority_granted":false
}