feat(hololake): add domain-routed language membrane and user PNCC
This commit is contained in:
parent
cda2e32c00
commit
d563e6fd73
34 changed files with 1949 additions and 144 deletions
|
|
@ -92,10 +92,10 @@ test('broadcast remains Tauri-compatible and carries HoloLake human metadata', (
|
|||
)
|
||||
})
|
||||
|
||||
test('stage one is an AI operating platform while five domains remain hidden foundation', () => {
|
||||
test('public entry presents five domains while domain contents remain isolated', () => {
|
||||
assert.equal(foundation.first_public_product, 'GH-AIOS_GENERAL_AI_OPERATING_PLATFORM')
|
||||
assert.equal(foundation.visible_five_domain_navigation_in_stage_one, false)
|
||||
assert.equal(stageOne.five_domain_primary_navigation_visible, false)
|
||||
assert.equal(foundation.visible_five_domain_navigation_in_stage_one, true)
|
||||
assert.equal(stageOne.five_domain_primary_navigation_visible, true)
|
||||
assert.ok(stageOne.human_surface.includes('HUMAN_APPROVAL_CENTER'))
|
||||
assert.ok(stageOne.modules.includes('EVENT_AND_LAKE_LAMP'))
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue