You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: add lint and test-file targets, clean up Makefile
Add lint target combining fmt-check and clippy-strict for quick
pre-commit checks. Add test-file target for running all tests in
a specific file (make test-file FILE=backup). Fix .PHONY to declare
all targets. Remove dead targets: test-bench (no benches/ dir),
test-pr-fix (ephemeral), integration-test (no scripts/ dir).
Update CLAUDE.md to reference Makefile targets instead of raw
cargo commands.
0 commit comments