From 1901149d0e3497cbf3aeaa9acbfb8c8342f21d64 Mon Sep 17 00:00:00 2001 From: "automation-nsheaps[bot]" <251779498+automation-nsheaps[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:44:16 +0000 Subject: [PATCH] chore: update agent-team claude-team to 0.3.36 --- 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 0052ab9..dca7ca1 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.35.tar.gz' - sha256 'd857db29fcfb0b23b04138e562b74b7b2e459b04e6d0c3940592fe4a3259aa79' + url 'https://github.com/nsheaps/agent-team/archive/refs/tags/v0.3.36.tar.gz' + sha256 '8fc08b6cc5a197f64cb973b37718feb8b8b64faa478748ce315d691b6aac7967' 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 0e9cde0..132706e 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.35.tar.gz' - sha256 'd857db29fcfb0b23b04138e562b74b7b2e459b04e6d0c3940592fe4a3259aa79' + url 'https://github.com/nsheaps/agent-team/archive/refs/tags/v0.3.36.tar.gz' + sha256 '8fc08b6cc5a197f64cb973b37718feb8b8b64faa478748ce315d691b6aac7967' 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