Skip to content

docs: brew official formula/cask#31411

Closed
zeldrisho wants to merge 1 commit into
openclaw:mainfrom
zeldrisho:brew
Closed

docs: brew official formula/cask#31411
zeldrisho wants to merge 1 commit into
openclaw:mainfrom
zeldrisho:brew

Conversation

@zeldrisho

Copy link
Copy Markdown

Summary

  • Problem: Brew formula/cask references used custom tap prefixes (steipete/tap/gogcli, steipete/tap/codexbar) instead of the official formula names
  • Why it matters: Incorrect formula names would cause brew install to fail or resolve to the wrong package for users following the skill installation steps
  • What changed: Updated formula field in skills/gog/SKILL.md to gogcli and in skills/model-usage/SKILL.md to codexbar (official Homebrew names)
  • What did NOT change: No logic, behavior, skill functionality, or any other config was touched

Change Type (select all)

  • Bug fix
  • Feature
  • Refactor
  • Docs
  • Security hardening
  • Chore/infra

Scope (select all touched areas)

  • Gateway / orchestration
  • Skills / tool execution
  • Auth / tokens
  • Memory / storage
  • Integrations
  • API / contracts
  • UI / DX
  • CI/CD / infra

Linked Issue/PR

  • Closes #
  • Related #

User-visible / Behavior Changes

Users following brew install instructions in skill docs will now get the correct official formula name, fixing potential install failures.

Security Impact (required)

  • New permissions/capabilities? No
  • Secrets/tokens handling changed? No
  • New/changed network calls? No
  • Command/tool execution surface changed? No
  • Data access scope changed? No

Repro + Verification

Environment

  • OS: macOS
  • Runtime/container: N/A
  • Model/provider: N/A
  • Integration/channel: Homebrew
  • Relevant config: N/A

Steps

  1. Run brew install gogcli (gog skill)
  2. Run brew install codexbar (model-usage skill)

Expected

  • Package installs successfully from official Homebrew formula

Actual

  • ✅ Installs correctly with updated formula names

Evidence

  • Failing test/log before + passing after
  • Trace/log snippets
  • Screenshot/recording
  • Perf numbers (if relevant)

Verified brew install gogcli and brew install codexbar resolve correctly with official names.

Human Verification (required)

  • Verified scenarios: Both formula names resolve via Homebrew without the tap prefix
  • Edge cases checked: N/A — pure doc string change
  • What you did not verify: Full skill execution end-to-end after install

Compatibility / Migration

  • Backward compatible? Yes
  • Config/env changes? No
  • Migration needed? No

Failure Recovery (if this breaks)

  • How to revert: Restore steipete/tap/gogcli and steipete/tap/codexbar in the two SKILL.md files
  • Files to restore: skills/gog/SKILL.md, skills/model-usage/SKILL.md
  • Known bad symptoms: None expected — doc-only change

Risks and Mitigations

None — two-line doc correction with no behavioral impact.

@zeldrisho zeldrisho changed the title docs: brew official formula & cask docs: brew official formula/cask Mar 2, 2026
@greptile-apps

greptile-apps Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Updates Homebrew formula references in two skill configuration files from custom tap prefixes (steipete/tap/gogcli, steipete/tap/codexbar) to official formula names (gogcli, codexbar). This is a pure documentation change affecting only the formula field in the installation metadata for the gog and model-usage skills.

  • Changed skills/gog/SKILL.md to reference gogcli instead of steipete/tap/gogcli
  • Changed skills/model-usage/SKILL.md to reference codexbar instead of steipete/tap/codexbar

No functional code, logic, or behavior changes. The modification ensures users can install the required tools using the correct official Homebrew formula names.

Confidence Score: 5/5

  • Safe to merge - documentation-only change with no code or behavioral modifications
  • Two-line documentation update changing Homebrew formula references from custom tap to official names. No logic, code, or functional changes. Easily reversible if formula names are incorrect. Author verified both formulas install successfully.
  • No files require special attention

Last reviewed commit: 3fade50

@steipete

steipete commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

Closing — unsolicited SKILL.md edit changing brew references. Please coordinate with maintainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants