feat(workbench): restore checkpoints to COW forks#403
Closed
wchwawa wants to merge 1 commit into
Closed
Conversation
This was referenced Jul 11, 2026
Collaborator
Author
|
Companion LingTai Workbench skill PR: Lingtai-AI/lingtai-kernel#857 |
Signed-off-by: wchwawa <wch19961116@gmail.com>
wchwawa
force-pushed
the
fix/fuse-snapshot-root-adapter
branch
from
July 11, 2026 04:55
899e727 to
c376e72
Compare
wchwawa
force-pushed
the
feat/workbench-restore-to-fork
branch
from
July 11, 2026 04:55
2ed2106 to
8d0a6ec
Compare
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
Stack and scope
Depends on #402.
The Workbench restore call chain is LingTai Agent to Workbench MCP to MetadataClient to restore_subtree_path_to_fork_initialized to COW fork and restore manifest. It does not traverse nokv-fuse.
The diff from the PR base under crates/nokv-fuse is empty.
Explicitly excluded:
The small baseline rollback change is only a safety boundary: it makes the raw inode API private and refuses rollback of fork-backed or borrowed targets so restore-to-fork base references cannot be corrupted. It adds no journal, fence, swap, or watch behavior.
Validation
Checked-in full live E2E with real RustFS, nokv serve, Workbench MCP, and current LingTai main: 11 of 11 passed.
Coverage includes: