From eb99d9b8193ff234bca100482559bbf53c1c14fc Mon Sep 17 00:00:00 2001 From: "automation-nsheaps[bot]" <251779498+automation-nsheaps[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 04:33:38 +0000 Subject: [PATCH] chore: update agent-team claude-team to 0.3.22 --- Formula/agent-team.rb | 6 +++--- Formula/claude-team.rb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/agent-team.rb b/Formula/agent-team.rb index 8bf6a61..511abb6 100644 --- a/Formula/agent-team.rb +++ b/Formula/agent-team.rb @@ -4,8 +4,8 @@ class AgentTeam < Formula desc 'Provider-agnostic agent team orchestration for Claude Code' homepage 'https://github.com/nsheaps/agent-team' - url 'https://github.com/nsheaps/agent-team/archive/refs/tags/v0.3.21.tar.gz' - sha256 '922abebfe007d4db97842a8e4de9427961234addb828cb40be75e6492a759058' + url 'https://github.com/nsheaps/agent-team/archive/refs/tags/v0.3.22.tar.gz' + sha256 '56b04737b71d5eb2f9a5e27e3a4b5163f6a4a61e7053a3ce0fc2452dec247ffb' license 'MIT' head do @@ -18,7 +18,7 @@ def install bin.install 'bin/claude-team' bin.install 'bin/ct' bin.install 'bin/agent-launch.ts' - (bin / 'lib').install Dir['bin/lib/*'] + (bin/'lib').install Dir['bin/lib/*'] end test do diff --git a/Formula/claude-team.rb b/Formula/claude-team.rb index dbcde42..3a093b7 100644 --- a/Formula/claude-team.rb +++ b/Formula/claude-team.rb @@ -4,8 +4,8 @@ class ClaudeTeam < Formula desc 'Launch and manage Claude Code agent team sessions' homepage 'https://github.com/nsheaps/agent-team' - url 'https://github.com/nsheaps/agent-team/archive/refs/tags/v0.3.21.tar.gz' - sha256 '922abebfe007d4db97842a8e4de9427961234addb828cb40be75e6492a759058' + url 'https://github.com/nsheaps/agent-team/archive/refs/tags/v0.3.22.tar.gz' + sha256 '56b04737b71d5eb2f9a5e27e3a4b5163f6a4a61e7053a3ce0fc2452dec247ffb' license 'MIT' head do @@ -17,7 +17,7 @@ class ClaudeTeam < Formula def install bin.install 'bin/claude-team' bin.install 'bin/ct' - (bin / 'lib').install 'bin/lib/stdlib.sh' + (bin/'lib').install 'bin/lib/stdlib.sh' end test do