Build and verify checksum manifests for directory trees. Output is compatible with sha256sum -c
style files, with an optional header line naming the algorithm.
go build ./cmd/sumcheck
./sumcheck build -o SUMS ./data
./sumcheck verify -strict SUMS ./data
./sumcheck diff SUMS.old SUMS
go test ./...
This repository was generated by an AI coding assistant (Claude, via Claude Code) in a single session with no manual cleanup. It exists as a benchmark target for MuckLedger, a reproducible leaderboard for code-cleanup tools. Whatever unused functions, dead helpers or redundant logic the assistant produced have been left exactly as generated so that cleanup tools have something real to work on.
The go test suite is real and covers the tool's actual behaviour; it is the oracle MuckLedger uses to
decide whether a cleanup tool broke anything.
Licensed under the MIT License (see LICENSE).
0 comments
log in to comment.