Skip to content

Standardize branding to google-readonly across all platforms#80

Merged
rianjs merged 1 commit intomainfrom
standardize-google-readonly-branding
Jan 26, 2026
Merged

Standardize branding to google-readonly across all platforms#80
rianjs merged 1 commit intomainfrom
standardize-google-readonly-branding

Conversation

@rianjs
Copy link
Copy Markdown
Contributor

@rianjs rianjs commented Jan 26, 2026

Summary

Standardizes the project branding to consistently use google-readonly as the package/project name across all distribution channels, while keeping the binary name as gro for invocation.

Changes

Platform Before After
README title # gro # google-readonly
Homebrew brew install .../tap/gro brew install .../tap/google-readonly
Winget OpenCLICollective.gro OpenCLICollective.google-readonly
Linux DEB/RPM gro google-readonly

Files Changed

  • README.md: Updated title and installation commands
  • .goreleaser.yaml: Changed nfpms package name and license path
  • .github/workflows/release.yml: Updated winget and linux-packages references
  • packaging/winget/: Renamed manifest files and updated identifiers

Notes

  • Binary name remains gro everywhere (no user-facing invocation changes)
  • Winget will require a new package submission since the identifier changed
  • This is a branding/packaging change only, no functional changes

Test plan

  • make verify passes
  • Verify release workflow syntax is valid
  • First release after merge will test actual package distribution

Closes #79

- Update README title and installation commands
- Change Linux package name from gro to google-readonly in goreleaser
- Rename winget manifests to use google-readonly identifier
- Update release workflow for new winget package identifier
- Update linux-packages dispatch payload

Binary name remains 'gro' for invocation.
@rianjs rianjs merged commit cef1615 into main Jan 26, 2026
2 checks passed
@rianjs rianjs deleted the standardize-google-readonly-branding branch January 26, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Standardize branding to 'google-readonly' across all platforms

1 participant