Align Homebrew formula template metadata#49
Conversation
|
Warning Review limit reached
More reviews will be available in 51 minutes and 31 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the Homebrew formula template for code-oz. It simplifies the header comments by referencing external documentation for rendering instructions, updates the formula description to 'CI-style gates for AI coding agents', and refactors the test block to use bin/"code-oz" instead of string interpolation. There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Homebrew formula source template so it matches the already-published v0.21.2-alpha.0 tap formula and satisfies current Homebrew audit expectations.
Changes:
- Updates the formula
descto the current “CI-style gates for AI coding agents” wording. - Simplifies the template header comments by pointing readers to
docs/homebrew/README.mdfor render instructions. - Switches the formula test invocation to Homebrew-preferred
system bin/"code-oz", ...syntax.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
v0.21.2-alpha.0tap formula.CI-style gates for AI coding agentsdescription.bin/"code-oz"test syntax in the source template.Why
v0.21.2-alpha.0,brew audit --strict --onlineflagged the old test syntax.code-ozaligned for the next render.Validation
bun test tests/homebrew-formula.test.ts-> pass.brew audit --formula --strict --online omerakben/code-oz/code-oz-> pass after rendering the tap formula.brew test omerakben/code-oz/code-oz-> pass after reinstalling the updated tap formula./opt/homebrew/opt/code-oz/bin/code-oz --version->0.21.2-alpha.0.Risks / follow-ups