From 3a9b36978d815956a25568f8204b6ae1cc84c639 Mon Sep 17 00:00:00 2001 From: Vladimir Date: Tue, 1 Sep 2026 17:05:58 +0800 Subject: [PATCH] Use a platform-neutral Cask description Why: Homebrew rejects Cask descriptions that repeat the target platform, which kept the Alpha.6 tap candidate from passing its focused style gate. Changed: Remove only the redundant platform word from Casks/simulator-broker.rb. Verification: - brew style --cask fiveonecode/simulator-broker/simulator-broker (pass against the exact candidate) - brew audit --strict --online --cask fiveonecode/simulator-broker/simulator-broker (exact Alpha.6 asset downloaded; only expected prerelease and livecheck-none policy results) - npm run test:docs (51 pass) - npm run agent:verify -- --profile spec-only --paths Casks/simulator-broker.rb --session-dir task-sessions/rr27-cask-desc-20260901 (pass) - npm run verify:public-surface (pass) - current-source public release audit (pass) Affected: Cask display metadata only. Version, URL, SHA-256, release assets, Formula, app, service, and host state are unchanged. Refs: https://github.com/fiveonecode/simulator-broker/issues/45 Session: task-sessions/rr27-cask-desc-20260901 --- Casks/simulator-broker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/simulator-broker.rb b/Casks/simulator-broker.rb index f42aee2..40198d6 100644 --- a/Casks/simulator-broker.rb +++ b/Casks/simulator-broker.rb @@ -4,7 +4,7 @@ url "https://github.com/fiveonecode/simulator-broker/releases/download/v#{version}/Simulator-Broker-#{version}.zip" name "Simulator Broker" - desc "macOS operator app for the local iOS Simulator control plane" + desc "Operator app for the local iOS Simulator control plane" homepage "https://github.com/fiveonecode/simulator-broker" depends_on macos: :sonoma