brew: switch Formula + release workflow to forgejo source URLs #6
Labels
No labels
burndown-2026-06
coherence-core
consult
headless
interactive
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coilyco-flight-deck/session-lattice#6
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
Formula/session-lattice.rb,Formula/session-lattice-puller.rb, and the release workflow that rewrites them all point atgithub.com/coilysiren/session-lattice. Forgejo is canonical for coilysiren source now (decision made in chat 2026-05-24).Change
Formula/session-lattice.rbandFormula/session-lattice-puller.rb:url+head+homepageswitched tohttps://forgejo.coilysiren.me/coilysiren/session-lattice(.git). HTTPS, not SSH (forgejo deployed posture is HTTPS-only git per infrastructure/docs/forgejo-deploy-plan.md:19). The puller's caveat link also moved to the forgejo source-tree URL (/src/branch/main/AGENTS.md)..github/workflows/release.yml: thenew_line=that rewrites both Formulas via Contents API on each release now emits the forgejo URL, so the next release doesn't clobber the change. Header comment updated.README.md: brew-tap command points at forgejo.Note
Forgejo repo currently reports
mirror:falseand no push automation writes to it. Until the push flow is flipped,brew installwill 404 on tags that exist on github but not on forgejo. Tracked separately.