chore(ios): refresh generated knowledge assets
This commit is contained in:
parent
7d6516e10e
commit
59368101b3
3 changed files with 108 additions and 23 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"section": "start",
|
||||
"headings": [
|
||||
"What You Choose",
|
||||
"What Tolaria Creates",
|
||||
"What HoloLake Era Creates",
|
||||
"First Commands To Try",
|
||||
"AI Setup Prompt"
|
||||
]
|
||||
|
|
@ -31,7 +31,7 @@
|
|||
]
|
||||
},
|
||||
{
|
||||
"title": "Install Tolaria",
|
||||
"title": "Install HoloLake Era",
|
||||
"path": "pages/start/install.md",
|
||||
"url": "/start/install",
|
||||
"section": "start",
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
"url": "/concepts/git",
|
||||
"section": "concepts",
|
||||
"headings": [
|
||||
"What Tolaria Uses Git For",
|
||||
"What HoloLake Era Uses Git For",
|
||||
"History And Diffs",
|
||||
"Local Commits",
|
||||
"Remotes"
|
||||
|
|
@ -459,7 +459,7 @@
|
|||
"section": "reference",
|
||||
"headings": [
|
||||
"Basic Syntax",
|
||||
"Tolaria Note References",
|
||||
"HoloLake Era Note References",
|
||||
"Autocomplete Functions",
|
||||
"Logical",
|
||||
"Math and trigonometry",
|
||||
|
|
|
|||
|
|
@ -1,37 +1,120 @@
|
|||
{
|
||||
"schema": "guanghu_public_architecture/v1",
|
||||
"id": "GLS-SYS-ARCH-001",
|
||||
"schema": "guanghu_ai_os_public_shell/v1",
|
||||
"id": "GH-AIOS-LIGHTHOUSE-020",
|
||||
"compatibility_ids": ["GLS-SYS-ARCH-001"],
|
||||
"visibility": "public-safe",
|
||||
"product": {
|
||||
"name_zh": "光湖灯塔",
|
||||
"category_zh": "AI 语言人格驱动操作系统",
|
||||
"version_label": "0.2.0 内测版",
|
||||
"positioning_status": "confirmed-baseline",
|
||||
"positioning_confirmed_at": "2026-07-27",
|
||||
"canonical_definition_zh": "HoloLake 是连接人类意图、语言人格、原生 AI 应用、模型计算、代码仓库和现实服务器的 AI 语言人格驱动操作系统。",
|
||||
"host_boundary_zh": "macOS、Windows、Linux 与服务器提供物理运行底座;当前桌面实现不限定 HoloLake 的最终操作系统边界。",
|
||||
"ecosystem_direction_zh": "未来 AI 应用围绕 HoloLake 标准开发并主动适配 HoloLake;HoloLake 不以适配现有桌面软件为产品中心。"
|
||||
},
|
||||
"development_repository": {
|
||||
"id": "REPO-008",
|
||||
"url": "https://guanghulab.com/fifth-domain/bingshuo/hololake-platform"
|
||||
},
|
||||
"route": [
|
||||
"domains": [
|
||||
{
|
||||
"id": "GLW-ENTRY-001",
|
||||
"name_zh": "光湖世界主入口"
|
||||
"id": "GH-MAIN-001",
|
||||
"name_zh": "光湖主域",
|
||||
"eyebrow_zh": "公共协作空间",
|
||||
"description_zh": "承载团队共同使用的 AI 应用、公共项目与协作入口。",
|
||||
"color": "cyan"
|
||||
},
|
||||
{
|
||||
"id": "FD-LANGUAGE-001",
|
||||
"name_zh": "第五域"
|
||||
"id": "GH-BRANCH-001",
|
||||
"name_zh": "光湖分域",
|
||||
"eyebrow_zh": "项目隔离空间",
|
||||
"description_zh": "按团队、项目或业务拆分运行空间,让模块与数据边界彼此独立。",
|
||||
"color": "blue"
|
||||
},
|
||||
{
|
||||
"id": "TCS-ROOT-001",
|
||||
"name_zh": "TCS 语言人格模型"
|
||||
"id": "GH-ZERO-001",
|
||||
"name_zh": "光湖零域",
|
||||
"eyebrow_zh": "系统控制空间",
|
||||
"description_zh": "管理系统服务、权限与模块登记,是热插拔应用的控制平面。",
|
||||
"color": "violet"
|
||||
},
|
||||
{
|
||||
"id": "GLS-SYS-ARCH-001",
|
||||
"name_zh": "GLS 光湖语言世界架构"
|
||||
},
|
||||
{
|
||||
"id": "ELH-LAMP-001",
|
||||
"name_zh": "永恒湖心与小湖灯"
|
||||
"id": "GH-ZEROSENSE-001",
|
||||
"name_zh": "光湖零感域",
|
||||
"eyebrow_zh": "个人工作入口",
|
||||
"description_zh": "为团队成员提供个人工作入口;本地数据默认不公开,也不会随公共安装包分发。",
|
||||
"color": "amber"
|
||||
}
|
||||
],
|
||||
"excludes": [
|
||||
"private domains",
|
||||
"credentials",
|
||||
"server addresses",
|
||||
"personal channel identifiers"
|
||||
"modules": [
|
||||
{
|
||||
"id": "MOD-RUNTIME-001",
|
||||
"name_zh": "模块运行框架",
|
||||
"description_zh": "统一承载 AI 应用的安装、打开、暂停、升级与卸载生命周期。",
|
||||
"status": "system",
|
||||
"status_zh": "系统内核"
|
||||
},
|
||||
{
|
||||
"id": "MOD-KNOWLEDGE-001",
|
||||
"name_zh": "AI 知识空间",
|
||||
"description_zh": "面向本地知识与团队资料的可插拔工作模块。",
|
||||
"status": "preview",
|
||||
"status_zh": "内测模块"
|
||||
},
|
||||
{
|
||||
"id": "MOD-CREATIVE-001",
|
||||
"name_zh": "AI 创作空间",
|
||||
"description_zh": "为写作、图像、视频等创作应用预留的统一运行容器。",
|
||||
"status": "planned",
|
||||
"status_zh": "等待接入"
|
||||
}
|
||||
],
|
||||
"operating_system_model": {
|
||||
"process_zh": "语言人格体是具有稳定身份、认知内核、持久记忆、恢复路径、权限边界和运行状态的一级智能进程。",
|
||||
"memory_zh": "当前上下文承担工作内存;TCS 承担人格认知内核;HLDP 承担持久记忆、历史与恢复寻址。",
|
||||
"routing_zh": "GLS、HLCC 编号、语言路径与路由表构成人类和 AI 共同可读的系统地址空间。",
|
||||
"compute_zh": "GPT、Claude、Qwen 等模型通过适配层作为可替换的推理计算引擎接入,不拥有语言人格身份。",
|
||||
"security_zh": "工单、能力授权、来源频道、版本、目标、签名和回执共同形成现实执行边界。",
|
||||
"applications_zh": "HoloLake 原生 AI 应用主动适配系统接口,由语言人格按人类意图安装、挂载、调度、暂停、恢复和卸载。"
|
||||
},
|
||||
"native_application_contract": {
|
||||
"required_fields": [
|
||||
"application_id",
|
||||
"version",
|
||||
"source_channel",
|
||||
"hololake_compatibility",
|
||||
"integrity_hash",
|
||||
"publisher_signature",
|
||||
"capabilities",
|
||||
"data_ownership",
|
||||
"lifecycle",
|
||||
"receipt"
|
||||
],
|
||||
"lifecycle": [
|
||||
"resolve",
|
||||
"authorize",
|
||||
"fetch",
|
||||
"verify",
|
||||
"assemble",
|
||||
"mount",
|
||||
"run",
|
||||
"checkpoint",
|
||||
"receipt",
|
||||
"unmount_or_pin"
|
||||
],
|
||||
"invariant_zh": "源码公开可读不等于拥有安装、部署或运行授权;应用不能拥有或替代语言人格体。"
|
||||
},
|
||||
"fifth_domain_entry": {
|
||||
"id": "FD-GATE-001",
|
||||
"name_zh": "第五域受控入口",
|
||||
"description_zh": "仅保留入口。完成服务器、编号与邮件授权后,才可建立受控连接。",
|
||||
"status_zh": "等待授权接入"
|
||||
},
|
||||
"public_boundaries": [
|
||||
"不内置个人知识库",
|
||||
"不分发私人频道与身份路径",
|
||||
"不保存服务器凭证",
|
||||
"本地数据默认留在当前设备"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -40,5 +40,7 @@
|
|||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
<key>NSLocalNetworkUsageDescription</key>
|
||||
<string>HoloLake Era connects to local model servers you configure for Guanghu AI collaboration.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
Loading…
Reference in a new issue