Files
mnote/rust/crates/storage-convex-bridge
lix-2026 41e958769e feat: land page aggregate and phase7 document ai mainline
- 收口 page aggregate 读取、本地状态与命令客户端\n- 接入 phase7 document ai sidecar 与前端编排入口\n- 更新 architecture 与 design 状态迁移
2026-04-23 07:38:34 +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