feat(education): publish Guanghu subdomain stage one

This commit is contained in:
冰朔 2026-08-08 01:02:20 +08:00
commit 058fd3ed15
43 changed files with 12391 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"schema": "hololake.module-registry/v1",
"registry_id": "HL-MODULE-REGISTRY-0001",
"version": "2026.08.07.2",
"version": "2026.08.08.1",
"authority_rule": "A module entry maps a stable id to a real path and provenance; it grants no execution authority. Pulling a module does not equal being online.",
"modules": [
{
@ -36,61 +36,66 @@
"id": "HL-MOD-KNOWLEDGE-001",
"name": "hololake-knowledge-lake",
"version": "0.4.6",
"state": "MOUNTED_STAGE_1",
"state": "LEGACY_COMPONENT_ASSET",
"path": "product-source/hololake-platform/src/",
"repo": "REPO-014 hololake-system-architecture",
"provenance": "Tolaria REPO-004 component source, assembled in REPO-014",
"license": "AGPL-3.0-or-later",
"capabilities": ["knowledge.search", "knowledge.read", "knowledge.edit", "knowledge.project"],
"execution_boundary": "application-scoped"
"execution_boundary": "component-study-only; not the education subdomain runtime",
"superseded_for_education_by": "GH-EDU-MODULE-REGISTRY-0001"
},
{
"id": "HL-MOD-DOC-001",
"name": "blocknote-document-surface",
"version": "0.46.2",
"state": "MOUNTED_STAGE_1",
"state": "LEGACY_COMPONENT_ASSET",
"path": "product-source/hololake-platform/src/components/SingleEditorView.tsx",
"repo": "REPO-014 hololake-system-architecture",
"provenance": "BlockNote via Tolaria REPO-004",
"license": "MPL-2.0 majority; verify per package before redistribution",
"capabilities": ["document.open", "document.edit", "document.persist"],
"execution_boundary": "application-scoped"
"execution_boundary": "component-study-only; not stage-one runtime proof",
"superseded_for_education_by": "GH-EDU-OFFICE-DOC-001"
},
{
"id": "HL-MOD-SHEET-001",
"name": "ironcalc-spreadsheet-surface",
"version": "0.5.7",
"state": "MOUNTED_STAGE_1",
"state": "LEGACY_COMPONENT_ASSET",
"path": "product-source/hololake-platform/src/components/SheetEditor.tsx",
"repo": "REPO-014 hololake-system-architecture",
"provenance": "IronCalc via Tolaria REPO-004",
"license": "MIT OR Apache-2.0",
"capabilities": ["sheet.open", "sheet.edit", "sheet.calculate", "sheet.persist"],
"execution_boundary": "application-scoped"
"execution_boundary": "component-study-only; not stage-one runtime proof",
"superseded_for_education_by": "GH-EDU-OFFICE-SHEET-001"
},
{
"id": "HL-MOD-CHART-001",
"name": "education-comparison-chart",
"version": "1.0.0",
"state": "MOUNTED_STAGE_1",
"state": "LEGACY_COMPONENT_ASSET",
"path": "product-source/hololake-platform/src/components/EducationWorkLake.tsx",
"repo": "REPO-014 hololake-system-architecture",
"provenance": "HoloLake native client projection",
"license": "AGPL-3.0-or-later",
"capabilities": ["chart.project"],
"execution_boundary": "read-only-projection-of-application-data"
"execution_boundary": "legacy preview only",
"superseded_for_education_by": "GH-EDU-OFFICE-CHART-001"
},
{
"id": "HL-MOD-DASHBOARD-001",
"name": "education-dashboard",
"version": "1.0.0",
"state": "MOUNTED_STAGE_1",
"state": "LEGACY_COMPONENT_ASSET",
"path": "product-source/hololake-platform/src/components/EducationWorkLake.tsx",
"repo": "REPO-014 hololake-system-architecture",
"provenance": "HoloLake native client projection",
"license": "AGPL-3.0-or-later",
"capabilities": ["dashboard.project"],
"execution_boundary": "read-only-projection-of-application-data"
"execution_boundary": "legacy preview only",
"superseded_for_education_by": "GH-EDU-OFFICE-DASH-001"
},
{
"id": "HL-MOD-CANVAS-001",
@ -115,6 +120,32 @@
"license": "Apache-2.0 plus third-party notices",
"capabilities": [],
"execution_boundary": "patterns-may-be-reimplemented; never merge runtime into persona subject"
},
{
"id": "GH-EDU-MODULE-REGISTRY-0001",
"name": "guanghu-education-industry-os",
"version": "0.2.0",
"state": "LIVE_STAGE_1",
"path": "product-source/guanghu-education-industry-os/",
"registry_path": "product-source/guanghu-education-industry-os/protocol/module-registry.json",
"channel_template": "product-source/guanghu-education-industry-os/protocol/xiaoxin-channel.json",
"repo": "REPO-014 hololake-system-architecture",
"provenance": "Guanghu-native assembly; Tolaria and external Agents are component-study sources only",
"capabilities": [
"server.identity.resolve",
"channel.load",
"document.open",
"document.edit",
"document.persist",
"sheet.open",
"sheet.edit",
"sheet.persist",
"dashboard.project",
"receipt.read"
],
"execution_boundary": "XX-GZ-001 holds identity and channel data; desktop app renders and edits; server contains protocol release but no product source",
"update_authority": "guanghu-only",
"receipt": "deployment/receipts/GH-EDU-STAGE1-20260808-001.json"
}
]
}