File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
class TddGuard < Formula
2
2
desc "Automated TDD enforcement for Claude Code"
3
3
homepage "https://github.com/nizos/tdd-guard"
4
- url "https://registry.npmjs.org/tdd-guard/-/tdd-guard-1.0.2 .tgz"
5
- sha256 "48f51cd97aa68d55e8c7f63e6d1d9b039fab6053cc089977e4eaf3bdbaad0fcb "
4
+ url "https://registry.npmjs.org/tdd-guard/-/tdd-guard-1.1.0 .tgz"
5
+ sha256 "f9da65d258979704097f6646190473a31080e05909ab54c814b8d902a8938087 "
6
6
license "MIT"
7
7
8
8
bottle do
@@ -22,7 +22,7 @@ def install
22
22
23
23
# Remove incompatible pre-built binaries
24
24
node_modules = libexec /"lib/node_modules/tdd-guard/node_modules"
25
- ripgrep_vendor_dir = node_modules /"@anthropic-ai/claude-code /vendor/ripgrep"
25
+ ripgrep_vendor_dir = node_modules /"@anthropic-ai/claude-agent-sdk /vendor/ripgrep"
26
26
rm_r ( ripgrep_vendor_dir )
27
27
end
28
28
You can’t perform that action at this time.
0 commit comments