All checks were successful
CI / YouTube Worker (pull_request) Has been skipped
CI / Deploy (pull_request) Has been skipped
CI / Detect Changes (pull_request) Successful in 4s
PR → Build → devicectl Deploy → LGTM / Build & Deploy to iPhone (devicectl) (pull_request) Successful in 1m39s
PR → Build → devicectl Deploy → LGTM / Wait for LGTM comment (pull_request) Successful in 33s
Run failed at 'brew install xcodegen node' AFTER both formulae upgraded successfully under ARM: brew's 'installed dependents check' then tried to rebuild gemini-cli (0.40.1 -> 0.46.0, an unrelated dev tool on the runner that depends on node) and exited 1. Verified node is NOT used by any step in pr-iphone-deploy.yml — only xcodegen is. The only node references in the repo are in scripts/prepare-release.cjs and scripts/verify-admin-web-docker.sh, neither of which runs in this workflow. Node was a historical leftover. Drop node from the brew install. No node upgrade = no dependents check = no gemini-cli rebuild. Also sync AGENTS.md §5 step 4.