claudetool: redact initial commit hash in test fixtures
This was causing failures when switching between Go versions,
because the go version ends up in the go.mod, which changes
the git hash.
diff --git a/claudetool/testdata/passing_to_build_error.txtar b/claudetool/testdata/passing_to_build_error.txtar
index 6c7d1d0..255f26d 100644
--- a/claudetool/testdata/passing_to_build_error.txtar
+++ b/claudetool/testdata/passing_to_build_error.txtar
@@ -26,7 +26,7 @@
-- .run_test --
# Errors
-Test regressions detected between initial commit (149798f10aaf06bc4700bb62d46ed6d8d88e35ad) and HEAD:
+Test regressions detected between initial commit (INITIAL_COMMIT_HASH) and HEAD:
1: sketch.dev: Was passing, now has build/vet errors