hololake-system-architecture/product-source
Repository files (latest commit first)
Filename Latest commit message Latest commit date
冰朔 ecfeca40e2 feat(product-source): 光湖知识库模块 v0.1.0 — Git 驱动的完整知识库系统
铸渊 2026-08-08 开发,冰朔架构决策:
- Git 是底层引擎,不依赖任何数据库(PostgreSQL/Redis/ORM)
- Agent 直达底层,中间不隔第三方服务
- 拆解 Outline v0.80.2 为参考样本,光湖自己实现全部能力

技术栈:
- 后端:Express v5 + simple-git + gray-matter(Git 操作层)
- 前端:Vite + React 19 + TypeScript + marked
- 存储:Markdown 文件 + Git 仓库(commit=版本历史,diff=对比)

功能清单(全部可用):
- 文档 CRUD(创建/读取/更新/删除/移动)
- 文档树导航(文件夹层级)
- Markdown 编辑器(编辑/预览双栏)
- 全文搜索(防抖 + 下拉结果)
- 版本历史(git log)
- 版本 diff 对比(选择两个 commit 对比)

API 端点(Agent 和 UI 共用):
- GET/POST/PUT/DELETE /api/docs/{*path}
- GET /api/tree
- GET /api/history/{*path}
- GET /api/version/:hash/{*path}
- GET /api/diff/{*path}?from=&to=
- GET /api/search?q=
- POST /api/move
- GET /api/health
2026-08-08 07:09:54 +08:00
..
guanghu-education-industry-os feat(education): publish Guanghu subdomain stage one 2026-08-08 01:02:20 +08:00
guanghu-knowledge-base feat(product-source): 光湖知识库模块 v0.1.0 — Git 驱动的完整知识库系统 2026-08-08 07:09:54 +08:00
hololake-platform chore: place deployment receipt at publication gate 2026-08-07 20:50:26 +08:00
README.md feat: publish HoloLake model-native living system source 2026-08-03 10:04:41 +08:00

type status
Note Active

HoloLake 产品源码

本目录是 HoloLake 产品实现源码的现行公开入口。

  • 现行源码:product-source/hololake-platform/
  • 导入基线:1cb3950e67c2f3feab65b8932c5cabcc2cafc33a
  • 开发编号:DEV-20260801-008
  • 责任人格体:铸渊 ICE-P-ZY001
  • 人类责任人:冰朔 ICE-GL∞

bingshuo/hololake-platform 已退出这条开发线的发布路由,仅保留为历史仓库。 后续 HoloLake 源码、系统架构和工程回执统一进入 bingshuo/hololake-system-architecture,人格职责与连续记忆进入 bingshuo/guanghu-ice-heart

本目录不包含构建缓存、node_modulestarget、覆盖率输出、安装包、令牌或私钥。