Seems latest release has some packaging issue.
Both brew and go installs are failing, with below errors
❯ brew install gofirefly/aiac/aiac
==> Tapping gofirefly/aiac
Cloning into '/opt/homebrew/Library/Taps/gofirefly/homebrew-aiac'...
remote: Repository not found.
fatal: repository 'https://github.com/gofirefly/homebrew-aiac/' not found
Error: Failure while executing; `git clone https://github.com/gofirefly/homebrew-aiac /opt/homebrew/Library/Taps/gofirefly/homebrew-aiac --origin=origin --template= --config core.fsmonitor=false` exited with 128.
❯ go install github.com/gofirefly/aiac/v3@latest
go: github.com/gofirefly/aiac/v3@latest: module github.com/gofirefly/aiac/v3: git ls-remote -q origin in /Users/user/go/pkg/mod/cache/vcs/42614cb9d22f340d881bf8d7d99410e2728e11f8bb438ec3e9920787583357a3: exit status 128:
remote: Repository not found.
fatal: repository 'https://github.com/gofirefly/aiac/' not found
Seems latest release has some packaging issue. Both brew and go installs are failing, with below errors
❯ brew install gofirefly/aiac/aiac
❯ go install github.com/gofirefly/aiac/v3@latest