feat: add lightweight cross-device session sync contract - #252
Closed
haitaopanhq wants to merge 2 commits into
Closed
feat: add lightweight cross-device session sync contract#252haitaopanhq wants to merge 2 commits into
haitaopanhq wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本 PR 为共享会话 MVP 的 App 侧第一垂直切片。\n\n变更:\n- 增加轻量 cloud session snapshot、TaskRun 引用、事件 cursor 与 gap/replay coordinator。\n- 通过 workspace binding 承载 namespace,不新增 namespace UI。\n- 增加 TDD 测试;未修改现有 Flutter UI、widget、golden 或导航。\n- 补充 MVP 规划与 TDD 进度记录。\n\n验证:\n- flutter test test/runtime/session_sync_contract_test.dart\n- flutter analyze\n\n后续由 Accounts/Bridge PR 接入真实 API、PG 与 dispatcher。合并后纳入 UAT 快照:uat-daily-build-2026.08.10-r4。