[Mnemosyne] Archive snapshot — point-in-time backup and restore (#1268) #1269

Closed
Rockachopa wants to merge 5 commits from feat/mnemosyne-snapshot into main

5 Commits

Author SHA1 Message Date
25eee03f6b docs: add archive_snapshot to FEATURES.yaml (#1268)
Some checks failed
CI / test (pull_request) Failing after 9s
CI / validate (pull_request) Failing after 15s
Review Approval Gate / verify-review (pull_request) Failing after 3s
2026-04-12 09:44:44 +00:00
5e033c9014 test: add snapshot test suite (#1268)
test_snapshot_create, test_snapshot_list, test_snapshot_restore, test_snapshot_diff
2026-04-12 09:43:25 +00:00
c2dd1f974f feat: add snapshot CLI commands (#1268)
mnemosyne snapshot create|list|restore|diff
2026-04-12 09:42:14 +00:00
46159b05b8 feat: export snapshot functions from mnemosyne package (#1268) 2026-04-12 09:41:32 +00:00
bbdf4fbbff feat: add archive snapshot module (#1268)
Point-in-time backup and restore for Mnemosyne.
snapshot_create, snapshot_list, snapshot_restore, snapshot_diff.
2026-04-12 09:40:54 +00:00