docs(GOAL): correct four stale status statements for merged capabilities - #206
Closed
xiaocui-big wants to merge 1 commit into
Closed
xiaocui-big wants to merge 1 commit into
xiaocui-big wants to merge 1 commit into
Conversation
Update §5 rows and §6 checkboxes to reflect what main already ships: - 跨设备恢复: separate merge_conservative (shipped) from 增量同步 and 断点上传 (not shipped). - 人类可视化: move correction/supersede into the covered column; keep 完整审计历史 as the remaining gap. - 数据可移植性: note both fresh and merge_conservative import modes; judgment is now MVP 对齐. - §6 P1: split merge_conservative (checked) from 增量包/断点上传 (unchecked). - §6 P2: split correction/supersede + 导入历史 + 权限管理 (checked) from 完整审计历史 (unchecked). Closes bytefolk#179.
xiaocui-big
requested review from
Bindy-lbb,
PeterGuy326 and
waterbro-8
as code owners
September 14, 2026 15:17
Collaborator
Closing as superseded by #181This is the same change as #181, which is already approved and verify-reviewed. -| **部分对齐:merge 已完成,尚无增量同步和断点上传** |
+| **部分对齐:尚无增量同步和断点上传** |I am keeping #181 rather than this one, for reasons that are about evidence
No action is needed from you. Thank you for writing the correction — the four |
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.
Summary
Update
GOAL.md§5 rows and §6 checkboxes to reflect whatmainalready ships, so the gap list no longer understates the current state.§5 changes
merge_conservative已实现;判断从"尚无 merge、增量同步和断点上传"改为"尚无增量同步和断点上传",把已合并的 merge 和未实现的增量同步/断点上传分开fresh与merge_conservative两种导入模式;判断从"MVP 对齐:当前服务只支持 fresh restore"改为"MVP 对齐"§6 changes
[x] merge_conservative和[ ] 增量包、断点上传。[x] correction/supersede、导入历史、权限管理和[ ] 完整审计历史。Evidence
每条更正都有对应的
main代码路径:merge_conservative—server/internal/workspacetransfer/merge.go,server/internal/db/migrations/0023_workspace_import_merge.sql(PR feat(transfer): implement merge_conservative workspace restore #98)server/internal/db/migrations/0022_memory_relations.sql,server/internal/memory/relation.go(PRs feat(memory): add immutable correction, supersede, and occurrence relations #90, feat(web): expose memory correction and supersede relations #95)server/internal/workspacetransfer/history.go(PR feat(transfer): add import history ledger endpoint and TransferPage view #102)web/src/pages/PermissionsPage.tsx(PR feat(web): add admin permissions management page for tokens and recall grants #100)Test plan