You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stand up Fallout-build/homebrew-fallout as a Homebrew tap repo and author the initial Formula/fallout-agent.rb.
Blocked on RFC #113 — the fallout-agent binary/release artifact must exist before the formula can reference a real url + sha256. Placeholder values are fine until then.
Definition of done
Public repo Fallout-build/homebrew-fallout exists; README states purpose + install command (brew tap Fallout-build/fallout && brew install fallout-agent).
Parent: #122
Stand up
Fallout-build/homebrew-falloutas a Homebrew tap repo and author the initialFormula/fallout-agent.rb.Blocked on RFC #113 — the
fallout-agentbinary/release artifact must exist before the formula can reference a realurl+sha256. Placeholder values are fine until then.Definition of done
Fallout-build/homebrew-falloutexists; README states purpose + install command (brew tap Fallout-build/fallout && brew install fallout-agent).Formula/fallout-agent.rbis valid Ruby;brew audit --strict --new fallout-agentpasses (or remaining warnings documented).url+sha256for the source/bottle (placeholder OK initially; real bottles slotted in by Build and upload Homebrew bottles to GitHub Releases #130).serviceblock for Formula installs launchd plist via brew services #132.