Skip to content

feat(nokv-workbench): add checkpoint restore workflow#857

Draft
wchwawa wants to merge 5 commits into
Lingtai-AI:mainfrom
wchwawa:feat/workbench-checkpoint-restore
Draft

feat(nokv-workbench): add checkpoint restore workflow#857
wchwawa wants to merge 5 commits into
Lingtai-AI:mainfrom
wchwawa:feat/workbench-checkpoint-restore

Conversation

@wchwawa

@wchwawa wchwawa commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Summary

  • update the intrinsic NoKV Workbench skill to checkpoint and restore contract v0.4
  • document terminal snapshot expiry, renew behavior, root-bound typed errors, and checkpoint registry handling
  • add the restore-to-fork workflow with deterministic retry guidance and restore_manifest.json verification
  • tighten PREFLIGHT around the 17-tool Workbench surface, per-agent placeholder expansion, MCP registration, and full live acceptance
  • add capability and skill regression tests

Scope

This skill exposes restore-to-fork to agents. It does not promise or request in-place rollback, write fencing, SubtreeReplaced invalidation, or any FUSE behavior.

RestoreInProgress is documented as an in-flight restore-to-fork preparation or cleanup state. Agents retry the exact restore with bounded backoff.

NoKV implementation dependency: NoKV-Lab/NoKV#403

Validation

  • uv run pytest -q tests/test_mcp_capability.py tests/test_skills.py: 58 passed
  • uv run ruff check tests/test_mcp_capability.py
  • git diff --check

The checked-in cross-repository full live E2E was rerun after rebasing this branch onto current upstream main. All 11 scenarios passed with real RustFS, nokv serve, the 17-tool Workbench MCP profile, and two LingTai agents.

wchwawa added 4 commits July 11, 2026 14:45
Signed-off-by: wchwawa <wch19961116@gmail.com>
Signed-off-by: wchwawa <wch19961116@gmail.com>
Signed-off-by: wchwawa <wch19961116@gmail.com>
Signed-off-by: wchwawa <wch19961116@gmail.com>
Signed-off-by: wchwawa <wch19961116@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant