Revised Design Review: mfer (next branch)
Reviewed: all source on next branch, including protobuf schema, mfer/ package, internal/ packages, CLI, and tests.
1. Format Design…
I wrote a regression test for this deadlock bug (see PR #7). The test reproduces the issue by calling slog.Info() with JSONHandler as the default handler and using a 5-second timeout to detect…
Critical Design Review of mfer
Executive Summary
mfer aims to be a standard manifest file format for directory trees, replacing ad-hoc SHASUMS/SHASUMS.asc files. The idea is sound and…
Design Review: mfer format and implementation
Reviewed the full codebase (~930 lines Go), protobuf schema, README/design doc, Makefile, and Dockerfile.
Format Design Issues
1. No…
On it. Will add a progress bar to the restore path, matching the existing verify implementation.
Ran tests via nix-shell. All packages pass except internal/vaultik which has a pre-existing build failure on main — FetchBlob and FetchAndDecryptBlob methods are referenced in `restore.go…