Created TODO.md on a branch off next with 10 design questions (with answer placeholders) and a 22-item phased implementation plan.
PR: sneak/mfer#11
Once you answer…
Created TODO.md on the next branch with:
- 14 design questions at the top (numbered, with space for inline answers)
- **22-item…
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.