Need to implement a fully automated release workflow across three repositories: 1. programmablemd/spry 2. programmablemd/packages 3. programmablemd/homebrew-packages Required Automation Flow - [ ] When a new release tag is published in programmablemd/spry → automatically trigger a workflow in programmablemd/packages. - [ ] programmablemd/packages should: - receive the triggered event - create the same tag - build the binary - publish the release with the binary assets - then notify programmablemd/homebrew-packages - [x] programmablemd/homebrew-packages should automatically: - update brew formula with the new version - commit and push changes