feat(hololake): ship language platform 0.7.0
This commit is contained in:
parent
a360982a9b
commit
5105ec5e32
47 changed files with 4566 additions and 398 deletions
16
deployment/enterprise-domain-bootstrap/README.md
Normal file
16
deployment/enterprise-domain-bootstrap/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# AW-GZ-001 企业灯塔与四域初始化源
|
||||
|
||||
状态:`SOURCE_READY_FOR_AW_GZ_001`
|
||||
|
||||
本目录只保存企业灯塔和四个独立域仓库的最小公开初始化内容。它不是团队安装包,
|
||||
不包含冰朔第五域、永恒湖心、个人知识库、模型密钥、服务器令牌或任何私人频道资料。
|
||||
|
||||
目标仓库必须保持独立:
|
||||
|
||||
- `bingshuo/enterprise-lighthouse`
|
||||
- `bingshuo/domain-main`
|
||||
- `bingshuo/domain-sub`
|
||||
- `bingshuo/domain-zero`
|
||||
- `bingshuo/domain-zero-sense`
|
||||
|
||||
每次部署必须在对应仓库产生独立提交,并回读提交、文件树与服务器节点身份。
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# 光湖主域
|
||||
|
||||
编号:`HLDP-DOMAIN-MAIN-001`
|
||||
|
||||
职责:公共产品事实、版本、公告、能力目录、发布与纠错。
|
||||
|
||||
当前只完成独立仓库与初始化入口。任何公共发布仍需来源、审核、提交、测试、发布和回执链。
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.domain-main.module-publication/v1",
|
||||
"domain_id": "HLDP-DOMAIN-MAIN-001",
|
||||
"state": "INITIALIZED",
|
||||
"entries": [],
|
||||
"publication_gate": ["source", "review", "test", "release", "readback_receipt"]
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# 光湖分域
|
||||
|
||||
编号:`HLDP-DOMAIN-SUB-001`
|
||||
|
||||
职责:行业入口、模块目录、初始化频道与个人服务器路由。
|
||||
|
||||
教育行业为首批原型;网文行业只预登记模块规划。行业公共模块在本仓登记,用户资料仍由
|
||||
用户自己的服务器和账号承载。
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"schema": "guanghu.domain-sub.initial-channel/v1",
|
||||
"template_id": "EDU-CHANNEL-XIAOXIN-001",
|
||||
"human_label": "小新",
|
||||
"state": "PROTOTYPE_REGISTERED",
|
||||
"server_anchor_required": true,
|
||||
"account_binding": null,
|
||||
"modules": [
|
||||
{ "id": "EDU-MOD-DOC-001", "name": "智能文档", "state": "COMPONENT_AVAILABLE" },
|
||||
{ "id": "EDU-MOD-KB-001", "name": "知识库", "state": "COMPONENT_AVAILABLE" },
|
||||
{ "id": "EDU-MOD-TABLE-001", "name": "表格与图表", "state": "INTERFACE_REGISTERED" },
|
||||
{ "id": "EDU-MOD-TASK-001", "name": "师训任务", "state": "PROTOTYPE_REGISTERED" }
|
||||
],
|
||||
"data_boundary": "OWN_SERVER_AND_ACCOUNT_ONLY"
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"schema": "guanghu.domain-sub.module-registry/v1",
|
||||
"industry": "education",
|
||||
"state": "FIRST_BATCH_REGISTERED",
|
||||
"modules": ["EDU-MOD-DOC-001", "EDU-MOD-KB-001", "EDU-MOD-TABLE-001", "EDU-MOD-TASK-001"]
|
||||
}
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"schema": "guanghu.domain-sub.module-registry/v1",
|
||||
"industry": "web-fiction",
|
||||
"state": "PRE_REGISTERED",
|
||||
"modules": [
|
||||
{ "id": "WF-MOD-KB-001", "name": "知识库", "state": "COMPONENT_AVAILABLE" },
|
||||
{ "id": "WF-MOD-WRITE-001", "name": "章节写作", "state": "PLANNED" },
|
||||
{ "id": "WF-MOD-CHAR-001", "name": "人物与关系", "state": "PLANNED" },
|
||||
{ "id": "WF-MOD-WORLD-001", "name": "世界观", "state": "PLANNED" },
|
||||
{ "id": "WF-MOD-CONTINUITY-001", "name": "连续性检查", "state": "PLANNED" }
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# 光湖零感域
|
||||
|
||||
编号:`HLDP-DOMAIN-ZEROSENSE-001`
|
||||
|
||||
职责:团队身份、责任接受、权限、部署审批、事故、回滚与审计。
|
||||
|
||||
本仓只登记公共责任状态和入口,不保存密码、令牌、私钥或个人服务器数据。责任方向明确不
|
||||
等于主体已经接受;未完成接受回执前不得授予域主控权。
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# 责任与访问边界
|
||||
|
||||
1. 人类责任锚点、持续人格主体、关系支持、模型实例和服务器账号必须分别登记。
|
||||
2. 责任接受不能由别的主体代签;未接受时只记录方向,不开放域主控权限。
|
||||
3. 账号与真实服务器绑定后只取得对应域公共入口的最小权限。
|
||||
4. 企业灯塔和四域不得复制冰朔第五域、个人知识库、服务器令牌或模型密钥。
|
||||
5. 部署、删除、权限提升和事故回滚必须产生独立、可回读的确认与执行回执。
|
||||
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"schema": "guanghu.domain-zero-sense.responsibility-map/v1",
|
||||
"registry_id": "HLDP-DOMAIN-RESPONSIBILITY-001",
|
||||
"state": "DIRECTION_RECORDED_AWAITING_ACCEPTANCE",
|
||||
"domains": [
|
||||
{
|
||||
"domain": "HLDP-DOMAIN-ZEROSENSE-001",
|
||||
"human_anchors": ["肥猫", "桔子"],
|
||||
"persona_subjects": ["烬舟", "熹微"],
|
||||
"relationship_support": [],
|
||||
"account_bindings": [],
|
||||
"acceptance": "PENDING"
|
||||
},
|
||||
{
|
||||
"domain": "HLDP-DOMAIN-MAIN-001",
|
||||
"human_anchors": ["Awen"],
|
||||
"persona_subjects": ["天枢"],
|
||||
"relationship_support": ["知秋"],
|
||||
"account_bindings": [],
|
||||
"acceptance": "PENDING"
|
||||
},
|
||||
{
|
||||
"domain": "HLDP-DOMAIN-SUB-001",
|
||||
"human_anchors": ["花尔"],
|
||||
"persona_subjects": ["爆米花"],
|
||||
"relationship_support": ["糖星云"],
|
||||
"account_bindings": [],
|
||||
"acceptance": "PROPOSED"
|
||||
},
|
||||
{
|
||||
"domain": "HLDP-DOMAIN-ZERO-001",
|
||||
"human_anchors": ["页页"],
|
||||
"persona_subjects": ["页骨"],
|
||||
"relationship_support": ["小坍缩核"],
|
||||
"account_bindings": [],
|
||||
"acceptance": "PROPOSED"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
# 光湖零域
|
||||
|
||||
编号:`HLDP-DOMAIN-ZERO-001`
|
||||
|
||||
职责:模块试装、方案比较、质量验证、失败反例与可回滚预览。
|
||||
|
||||
候选模块只有在来源、接口、权限、性能、审美、失败与回滚验收完成后,才可以申请晋级。
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"schema": "guanghu.domain-zero.trial-registry/v1",
|
||||
"domain_id": "HLDP-DOMAIN-ZERO-001",
|
||||
"state": "INITIALIZED",
|
||||
"trials": [],
|
||||
"required_receipts": ["source", "interface", "permission", "performance", "visual", "failure", "rollback"]
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
# 光湖企业灯塔
|
||||
|
||||
节点:`AW-GZ-001`
|
||||
|
||||
物理宿主:`GH-CVM-MAIN-PROD-01`
|
||||
|
||||
本仓是企业四域公共入口、稳定编号、模块发现与责任路由的总登记仓。它只保存可公开
|
||||
发现的小事实和路由,不承载个人第五域数据,也不替代四个域各自的独立仓库。
|
||||
|
||||
当前阶段只声明入口与边界;“已登记”不等于对应责任主体已经接受、人格体已经出生或
|
||||
域内全部功能已经实现。
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# 公共数据边界
|
||||
|
||||
- 灯塔可登记:公共编号、域入口、模块状态、责任接受状态和可读回执位置。
|
||||
- 灯塔不得保存:个人知识库正文、私人频道历史、模型密钥、登录令牌、SSH 私钥或个人服务器工作副本。
|
||||
- 团队成员的服务器只通过受控路由取得对应域的公共操作入口,不自动取得其他域或个人第五域权限。
|
||||
- 仓库存在、入口登记、责任接受、人格体出生、功能实现和在线运行是六个不同事实。
|
||||
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"schema": "guanghu.enterprise-lighthouse.domain-registry/v1",
|
||||
"registry_id": "AW-GZ-001-DOMAIN-REGISTRY-001",
|
||||
"public_node": "AW-GZ-001",
|
||||
"physical_host": "GH-CVM-MAIN-PROD-01",
|
||||
"state": "ENTRY_REGISTERED",
|
||||
"private_fifth_domain_data_allowed": false,
|
||||
"domains": [
|
||||
{ "id": "HLDP-DOMAIN-MAIN-001", "name": "光湖主域", "repository": "bingshuo/domain-main", "state": "ENTRY_REGISTERED" },
|
||||
{ "id": "HLDP-DOMAIN-SUB-001", "name": "光湖分域", "repository": "bingshuo/domain-sub", "state": "ENTRY_REGISTERED" },
|
||||
{ "id": "HLDP-DOMAIN-ZERO-001", "name": "光湖零域", "repository": "bingshuo/domain-zero", "state": "ENTRY_REGISTERED" },
|
||||
{ "id": "HLDP-DOMAIN-ZEROSENSE-001", "name": "光湖零感域", "repository": "bingshuo/domain-zero-sense", "state": "RESTRICTED_ENTRY_REGISTERED" }
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"schema": "guanghu.desktop-delivery-receipt/v1",
|
||||
"receipt_id": "GH-HOLOLAKE-DESKTOP-0.7.0-20260809-001",
|
||||
"development_id": "DEV-20260808-005",
|
||||
"source_base_commit": "a360982a9b9748f37398fdfd70952c41f150524b",
|
||||
"source_commit": "SELF",
|
||||
"target": {
|
||||
"path": "/Users/bingshuolingdianyuanhe/Desktop/HoloLake Era.app",
|
||||
"version": "0.7.0",
|
||||
"bundle_identifier": "com.guanghu.hololake-desktop",
|
||||
"architecture": "arm64",
|
||||
"binary_sha256": "139d2d1f6430170c55b7a3e1a4bd3b86f71f9961e24008c79fe85e6864fce5e5",
|
||||
"app_asar_sha256": "255c777f2cc0a9c0add827edfe55c1ceba05fa20d323a853a9ea6943b7d1ed0f"
|
||||
},
|
||||
"installers": [
|
||||
{
|
||||
"path": "/Users/bingshuolingdianyuanhe/Desktop/HoloLake-Era-0.7.0-mac-arm64.dmg",
|
||||
"architecture": "arm64",
|
||||
"bytes": 136413785,
|
||||
"sha256": "c65a22c60ab57d9b7c8328bf462a731b7149143cf5134ab3622dc06c52a4a11c"
|
||||
},
|
||||
{
|
||||
"path": "/Users/bingshuolingdianyuanhe/Desktop/HoloLake-Era-0.7.0-mac-x64.dmg",
|
||||
"architecture": "x86_64",
|
||||
"bytes": 142048438,
|
||||
"sha256": "a9d0932f9c71d2555adeb1b96f0bc54af7a5079c49c7797c7e331d1ae5840023"
|
||||
}
|
||||
],
|
||||
"result": "PASS_100_LOCAL_DEVELOPMENT_DELIVERY",
|
||||
"implemented": {
|
||||
"language_protocol_kernel": "HLP-KERNEL-LANGUAGE-0001 is loaded into every model run; deterministic permission and receipt rules remain code-authoritative",
|
||||
"human_projection": "system worldview, protocol and persona configuration roots are hidden from the human knowledge tree while authorized Agent retrieval remains available",
|
||||
"agent": "official HoloLake language-operation entry with eight controlled capabilities and a human confirmation gate for create, update and delete",
|
||||
"knowledge_module": "folder import, Git history, editing, deletion, local-only or current-account Forgejo storage selection",
|
||||
"human_settings": "device-local language, font, reading size, appearance, model service and server management",
|
||||
"domain_surfaces": "main, subdomain, zero and zero-sense public entrances plus education and Xiaoxin initialization-channel prototype",
|
||||
"server_profiles": "personal node routes are injected through device-private server-profiles.json and are not bundled in shared installers",
|
||||
"cold_start_routes": "the installed app automatically establishes the local SSH routes for the personal Fifth Domain and enterprise lighthouse when their surfaces are used"
|
||||
},
|
||||
"verification": {
|
||||
"tests": "PASS 3; FAIL 0",
|
||||
"production_build": "PASS",
|
||||
"npm_audit": "0 vulnerabilities",
|
||||
"codesign": "both architectures valid on disk and satisfy the designated requirement",
|
||||
"dmg_checksums": "both disk images verified by hdiutil",
|
||||
"privacy_scan": "no knowledge data, model config, server auth, server profile, private key, personal node id, personal channel name or local username found in either packaged app",
|
||||
"window_drag": "PASS by direct human-sequence desktop interaction",
|
||||
"model_runtime": "deepseek-v4-pro returned HoloLake 验收通过 from the installed application",
|
||||
"personal_server_route": "JD-FD-PRIMARY tunnel established by the installed application through the device-local SSH alias",
|
||||
"enterprise_lighthouse": "AW-GZ-001 health and status read back through the installed application; host ONLINE; execution disabled",
|
||||
"enterprise_domains": "DOMAIN-MAIN, DOMAIN-SUB, DOMAIN-ZERO and DOMAIN-ZS read back as HOSTED_READ_ONLY / AWAITING_TEAM_ASSIGNMENT / BLOCKED_UNTIL_PERSONA_STEWARD_BOUND"
|
||||
},
|
||||
"not_claimed": [
|
||||
"The enterprise four domains are not writable or persona-born; the live lighthouse correctly blocks mutation until each responsible persona steward is bound.",
|
||||
"The enterprise-domain initialization source is prepared but was not pushed into the four domain repositories by bypassing the lighthouse gate.",
|
||||
"A local SSH route is not a Forgejo account login; the human login panel remains the authority boundary for repository ownership.",
|
||||
"No Apple notarization was performed; these are Developer ID signed development deliveries, not notarized public App Store releases."
|
||||
],
|
||||
"recovery": {
|
||||
"previous_apps_and_installers": "/Users/bingshuolingdianyuanhe/.Trash/HoloLake-old-20260809-0308",
|
||||
"trash_emptied": false
|
||||
},
|
||||
"verified_at": "2026-08-09T03:33:00+08:00"
|
||||
}
|
||||
Loading…
Reference in a new issue