Block a user
test: add deadlock regression test for JSONHandler (issue #3)
please provide a detailed and critical design review of this format and implementation
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…
please provide a detailed and critical design review of this format and implementation
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…
feat: add RELP handler for reliable log delivery to rsyslog (closes #5)
Add RELP (Reliable Event Logging Protocol) log delivery handler
fix: JSONHandler deadlock from recursive log.Println (closes #3)
JSONHandler deadlocks due to recursive log.Println call
feat: add progress bar to restore operation
Restore has no progress bar for file restoration
On it. Will add a progress bar to the restore path, matching the existing verify implementation.
fix: track and report file restore failures
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…
feat: add progress bar to restore operation
fix: track and report file restore failures
Shallow verify path: deep verification is a TODO stub