From e3544319f0421652e2b2dd46e693513766432cba Mon Sep 17 00:00:00 2001 From: Noah Mitchem <52387885+NMitchem@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:23:41 -0700 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39ff264..26d9a76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mesadev/saguaro", - "version": "0.4.14", + "version": "0.4.15", "description": "AI code review that enforces your team's rules during development", "license": "Apache-2.0", "type": "module", From a38807c9b1e0e4a17e6e6617ffdfc3fcb5af6182 Mon Sep 17 00:00:00 2001 From: Noah Mitchem <52387885+NMitchem@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:28:54 -0700 Subject: [PATCH 2/2] update brew formula --- formula-saguaro.rb.tmpl | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/formula-saguaro.rb.tmpl b/formula-saguaro.rb.tmpl index 203ee5a..9237e6d 100644 --- a/formula-saguaro.rb.tmpl +++ b/formula-saguaro.rb.tmpl @@ -1,5 +1,5 @@ class ${FORMULA_CLASS_NAME} < Formula - desc "Saguaro code review CLI" + desc "AI code review CLI that enforces your team's rules" homepage "https://mesa.dev" version "${VERSION}" license "Apache-2.0" diff --git a/package.json b/package.json index 26d9a76..bf59b68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mesadev/saguaro", - "version": "0.4.15", + "version": "0.4.16", "description": "AI code review that enforces your team's rules during development", "license": "Apache-2.0", "type": "module",