Cross-repo precompiled-formula bump action (one formula in the monorepo tap) #14
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/otel-a2a-relay-cli#14
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?
Goal
A cross-repo Forgejo action that, after a release uploads assets, rewrites one named precompiled formula's per-platform
url+sha256and commits it to a Homebrew tap that lives in a different repo. Split out of #6 (and #8) because it is the shared dependency of every tool that lands in the monorepo, not o2r-specific work.Why split
The existing
coilysiren/agentic-os/actions/bump-formulaonly rewrites a single build-from-sourceurlline in a formula in the same repo. The monorepo model needs three things it does not do:otel-a2a-relay-cli(or coily, repo-recall, ward) but the formula lives incoilyco-flight-deck/homebrew-tap. NeedsCI_RELEASE_TOKENand a checkout/commit/push of the tap repo.Formula/<tool>.rbby name, leave the sibling formulae untouched.url+sha256for eachon_macos/on_linuxxon_arm/on_intelblock from the release's<tool>-<os>-<arch>+.sha256assets, not a single line.Work
coilysiren/agentic-os/actions/bump-formula(or add a sibling action) to take: target tap repo, formula filename, release tag, and the asset-name pattern. Resolve each platform's.sha256, rewrite the formula, commit + push to the tap.Depends on
#6 (the tap repo + o2r formula must exist as the first target). Needs
CI_RELEASE_TOKENprovisioned for coilyco-flight-deck repos (coilysiren/inbox#28, blocker #9).Part of the o2r packaging epic (#5). Shared dependency of #6 and #8.
Backlog burndown 2026-06-17: closing low-priority (P3/P4) to bring the open count to a manageable level. Nothing lost — reopen if this resurfaces. Batch tag:
burndown-2026-06.