Files
mnote/rust/crates/storage-convex-bridge
lix-2026 2ff10fa86c feat: 提交 task-045 至 task-058 收口产物
- 收口 rust final closure checklist,推进页面/块系统/Mindmap/CLI/AI tools 到最终 cutover 状态

- 按 ai-frontend-simplification-plan-v1 接入 Hermes bridge,合并 AI 面板并清理旧前端编排残留

- 补充 harness 任务与进度记录,加入 CLI smoke 夹具/脚本,并修正文档页 bridge SSR 自请求回退逻辑
2026-04-16 15:24:37 +08:00
..
2026-04-14 13:22:29 +08:00
2026-04-14 13:22:29 +08:00

storage-convex-bridge

阶段 1 的 Convex 桥接 crate。

当前职责:

  • 把 Rust 协议对象映射为 Convex 读写请求
  • 透传 request / actor / workspace / auth 上下文
  • 生成最小 CommandLog / DomainEvent 骨架

当前明确不做:

  • 不复制主事实层
  • 不维护第二数据库
  • 不隐藏 tenant / auth / request context
  • 不承载复杂业务裁决

相关设计文档:

  • ../../design/phase1-f-bridge-responsibilities-v0.md
  • ../../design/phase1-f-write-read-flow-v0.md