From fef5211cb7bdf7321099c7ffc794fc7911b6c4ef Mon Sep 17 00:00:00 2001 From: Jonny Spicer Date: Tue, 11 Aug 2026 17:44:13 -0700 Subject: [PATCH] chore: advertise dead-code-v1.1 as the current pin Bumped before tagging, so the README shipped inside the v1.1 tag names v1.1 rather than its predecessor. Tagging first and correcting after is the loop that produced three tags for v1.0. v1.1 adds the cd guard: a target that cannot be entered now exits 2 (bad usage) with a named message, instead of exiting 1 via set -e and colliding with "dead code found". Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_013ZcazeseXVpu8XrYA2tE1V --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca13b2a..7f24a72 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ and vendored drift cannot happen: repos: - repo: https://github.com/offworldlabs/ops - rev: dead-code-v1.0 + rev: dead-code-v1.1 hooks: - id: dead-code