feat: add human-first dual HoloLake workbench
This commit is contained in:
parent
e72ee85b89
commit
cdfb2c81e3
12 changed files with 469 additions and 23 deletions
|
|
@ -0,0 +1,76 @@
|
|||
{
|
||||
"schema": "hololake.installed-product-acceptance/v1",
|
||||
"acceptanceId": "GH-HOLOLAKE-0.9.0-DUAL-WORKBENCH-INSTALLED-20260820",
|
||||
"observedAt": "2026-08-20T06:04:00+08:00",
|
||||
"product": {
|
||||
"name": "HoloLake",
|
||||
"version": "0.9.0",
|
||||
"bundleIdentifier": "world.guanghu.hololake",
|
||||
"installedApplication": "/Users/bingshuolingdianyuanhe/Desktop/HoloLake.app",
|
||||
"executableSha256": "ae598e0f833af139f73d4f4b627518118be6b67c37c271c23272f871204d43c5",
|
||||
"infoPlistSha256": "868c082ff2de0dbf8c64642b0e5e02b4f6ab31887af31afce8ec944e5645c815"
|
||||
},
|
||||
"humanAcceptanceBasis": [
|
||||
"验收从系统外的人类可见、可点、可输入和可回读界面开始,内部测试不能替代产品界面验收。",
|
||||
"HoloLake 必须区分人类翻译层与人格体执行层,默认人类层使用正式产品语言,执行层使用结构化机器字段。",
|
||||
"光湖主域承担公告与版本更新,必须补齐 0.4.0 至 0.7.0 并保留后续当前版本记录。",
|
||||
"光湖主题保留,同时提供用户熟悉的传统工作台并可快速切换。",
|
||||
"对话、知识、代码和系统栏目必须连接同一套真实功能,不能停留在预览或说明页。"
|
||||
],
|
||||
"implementedBoundary": {
|
||||
"engineCount": 1,
|
||||
"presentationModes": ["guanghu", "workbench"],
|
||||
"audienceLayers": ["human", "execution"],
|
||||
"defaultAudienceLayer": "human",
|
||||
"workbenchNavigation": ["工作区", "语言人格频道", "知识库", "代码仓库", "运行回执", "公告与版本", "系统设置"],
|
||||
"machineProjectionSchema": "hololake.execution-projection/v1",
|
||||
"releaseContract": "contracts/product-release-center.json"
|
||||
},
|
||||
"installedUiReadback": {
|
||||
"authenticatedAccount": "bingshuo",
|
||||
"authenticatedDomain": "FIFTH_DOMAIN",
|
||||
"standardWorkbenchVisible": true,
|
||||
"guanghuWorkbenchVisible": true,
|
||||
"workbenchSwitchPersistsAcrossRestart": true,
|
||||
"audienceLayerSwitchPersistsAcrossRestart": true,
|
||||
"knowledgeDocumentCount": 129,
|
||||
"codeRepositoryCountObservedBeforeFinalRestart": 2,
|
||||
"modelProvider": "阿里云百炼 · Token Plan",
|
||||
"modelProviderState": "AVAILABLE",
|
||||
"conversationComposerVisible": true,
|
||||
"conversationRoundTrip": {
|
||||
"state": "PASS_RECEIVED_AND_PERSISTED",
|
||||
"stateVersion": 9,
|
||||
"receiptHashPrefix": "4e0d9ec7b",
|
||||
"contentCorrectnessAsserted": false
|
||||
},
|
||||
"knowledgePersonaCollaborationVisible": true,
|
||||
"executionRuntime": {
|
||||
"directLocalBrokerState": "READY",
|
||||
"resumableSessionCount": 2,
|
||||
"numberingKernelState": "ACTIVE_PINNED_AUTHORITY_MAP",
|
||||
"glsRuntimeState": "ACTIVE_EXPLICIT_PROJECTIONS_ONLY",
|
||||
"glsProtocolKernelState": "P1_TO_P6_NATIVE_P7_FAIL_CLOSED"
|
||||
},
|
||||
"guanghuBroadcastVersion": "0.9.0"
|
||||
},
|
||||
"releaseHistoryReadback": ["0.4.0", "0.4.1", "0.5.0", "0.6.0", "0.7.0", "0.8.1", "0.9.0"],
|
||||
"verification": {
|
||||
"nodeTests": { "passed": 126, "failed": 0 },
|
||||
"rustTests": { "passed": 141, "failed": 0, "ignoredLiveExternal": 2 },
|
||||
"typescriptBuild": "PASS",
|
||||
"viteBuild": "PASS_WITH_EXISTING_LARGE_CHUNK_WARNING",
|
||||
"codesign": "PASS_DEVELOPER_ID_APPLICATION_825A9L3G7Q",
|
||||
"notarization": "NOT_PERFORMED_MISSING_APPLE_NOTARIZATION_CREDENTIALS",
|
||||
"desktopCanonicalAppCount": 1,
|
||||
"browserPublicWorkbench": "PASS",
|
||||
"browserMainDomainReleaseCenter": "PASS",
|
||||
"browserStructuredReleaseProjection": "PASS",
|
||||
"installedAuthenticatedWorkbench": "PASS",
|
||||
"installedPersonaChannel": "PASS",
|
||||
"installedKnowledgeCollaboration": "PASS",
|
||||
"installedExecutionProjection": "PASS",
|
||||
"restartReadback": "PASS"
|
||||
},
|
||||
"truthBoundary": "This acceptance proves the signed local macOS HoloLake 0.9.0 application is installed and that its dual workbench, human interface, structured execution projection, release center, authenticated navigation, real local knowledge, configured model route, conversation round trip and restart readback were observed on this machine. It does not claim Apple notarization, a public network release, Windows or Linux installed UI acceptance, or new remote publication authority."
|
||||
}
|
||||
Loading…
Reference in a new issue