feat: add remote-first education work lake
This commit is contained in:
parent
ac9d051778
commit
333cd222c5
43 changed files with 923 additions and 74 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"schema": "hololake.module-registry/v1",
|
||||
"registry_id": "HL-MODULE-REGISTRY-0001",
|
||||
"version": "2026.08.07.1",
|
||||
"version": "2026.08.07.2",
|
||||
"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": [
|
||||
{
|
||||
|
|
@ -31,6 +31,90 @@
|
|||
},
|
||||
"reuse_policy": "CANDIDATE_ELSEWHERE: other personas must run scripts/drill.sh and reconcile detected counts with human-observed events before claiming online.",
|
||||
"recorded_at": "2026-08-07T16:00:00+08:00"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-KNOWLEDGE-001",
|
||||
"name": "hololake-knowledge-lake",
|
||||
"version": "0.4.6",
|
||||
"state": "MOUNTED_STAGE_1",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-DOC-001",
|
||||
"name": "blocknote-document-surface",
|
||||
"version": "0.46.2",
|
||||
"state": "MOUNTED_STAGE_1",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-SHEET-001",
|
||||
"name": "ironcalc-spreadsheet-surface",
|
||||
"version": "0.5.7",
|
||||
"state": "MOUNTED_STAGE_1",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-CHART-001",
|
||||
"name": "education-comparison-chart",
|
||||
"version": "1.0.0",
|
||||
"state": "MOUNTED_STAGE_1",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-DASHBOARD-001",
|
||||
"name": "education-dashboard",
|
||||
"version": "1.0.0",
|
||||
"state": "MOUNTED_STAGE_1",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-CANVAS-001",
|
||||
"name": "whiteboard-canvas-candidate",
|
||||
"version": "unselected",
|
||||
"state": "QUARANTINE_LICENSE_REVIEW",
|
||||
"path": "product-source/hololake-platform/src/components/TldrawWhiteboard.tsx",
|
||||
"repo": "REPO-014 hololake-system-architecture",
|
||||
"provenance": "tldraw component inherited through Tolaria REPO-004; Excalidraw is the permissive replacement candidate",
|
||||
"license": "tldraw production license required; Excalidraw MIT candidate",
|
||||
"capabilities": [],
|
||||
"execution_boundary": "not-registered-for-production-execution"
|
||||
},
|
||||
{
|
||||
"id": "HL-MOD-AGENT-RUNTIME-001",
|
||||
"name": "coding-agent-pattern-study",
|
||||
"version": "780d1388fff103ff0db0d8c14de65af6225b4860",
|
||||
"state": "RESEARCH_ONLY_ISOLATED",
|
||||
"path": "/Volumes/JZAO/HoloLake/upstream-mirrors/grok-build-upstream.git",
|
||||
"repo": "REPO-015 grok-build-upstream-mirror",
|
||||
"provenance": "SpaceXAI Grok Build mirror, Apache-2.0 first-party code",
|
||||
"license": "Apache-2.0 plus third-party notices",
|
||||
"capabilities": [],
|
||||
"execution_boundary": "patterns-may-be-reimplemented; never merge runtime into persona subject"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue