Brew Windows v0.2.1
Native Brew Windows catalog automation
Validated install path:
irm https://github.com/Euraika-Labs/brew-windows/releases/latest/download/install.ps1 | iex
brew install codex
codex --versionNew in v0.2.1:
- Latest generated catalog from the automated Homebrew top-200 sync is merged into
main. - Catalog Sync workflow now succeeds even when org policy blocks workflow-created PRs: it pushes
automation/catalog-syncand writes a manual PR URL to the run summary. - Docs now describe the
CATALOG_SYNC_PR_TOKENescape hatch and organization permission requirement for fully automatic PR creation.
Validation:
- Main CI green after catalog automation, workflow hardening, docs, and top-200 catalog merge.
- Catalog Sync workflow dispatch completed successfully and updated
automation/catalog-sync. - PR #7 merged the workflow-generated catalog after normal CI passed.