brew: switch umbrella Formulas + bump workflows to forgejo source URLs #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The 4 umbrella Formulas (
coily,agent-guard,repo-recall,personal-dashboard) and the 4bump-*.ymlworkflows that receiverepository_dispatchfrom per-repo release pipelines all hard-codegithub.com/coilysiren/<repo>URLs. Forgejo is canonical for coilysiren source now (decision made in chat 2026-05-24).Change
Formula/{coily,agent-guard,repo-recall,personal-dashboard}.rb:url+head+homepageswitched tohttps://forgejo.coilysiren.me/coilysiren/<repo>(.git). HTTPS, not SSH (forgejo deployed posture is HTTPS-only git per infrastructure/docs/forgejo-deploy-plan.md:19)..github/workflows/bump-{coily,agent-guard,repo-recall,personal-dashboard}.yml:expected=validation flipped from the github SSH URL to the matching forgejo HTTPS URL, so the nextrepository_dispatchfrom a per-repo release that emits the new URL passes validation instead of failing.README.md: per-repo tap-add commands point at forgejo.Note
Forgejo repos currently report
mirror:falseand no push automation writes to them. Until the push flow is flipped,brew installagainst any of these Formulas will 404 on tags that exist on github but not on forgejo. Tracked separately. Repo is also marked Deprecated in the README (each tool ships its own per-repo tap), so this bumps the snapshots but the canonical path is the per-repo taps.