Add Forgejo CI for Homebrew tap audit #4
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 active
coilyco-flight-deck/homebrew-taprepo has a ward command surface but no Forgejo Actions workflow..ward/ward.yamlexposesward exec auditasbrew audit --strict --tap coilyco-flight-deck/tap, so the canonical Forgejo repo should run that check automatically.Do
.forgejo/workflows/CI workflow for the tap.Acceptance
mainthat exercises the tap's audit surface or documents why that cannot run in the current image.ward exec auditremains the canonical local command.WARD-RESERVATION: held 🔒
reservation details
Holder: container
engineer-codex-homebrew-tap-4on hostkais-macbook-pro-2.local.Reserved by
ward agent --harness codex(reserved 2026-07-09T16:34:23Z). Concurrentward agentruns are blocked until it finishes or the reservation goes stale (1h TTL).--forceoverrides.Do not comment on or edit this issue to steer the run while it is reserved. The engineer seeded the body once at launch and never re-reads it, so a comment or edit reaches only human readers, never the running engineer. A correction goes to a new issue, dispatched fresh. That is the only channel that reaches a run in flight. Where the forge supports it, ward locks this conversation to make that a road-block rather than a convention (ward#494).
run seed context — what this run is carrying (ward#609)
coilyco-flight-deck/homebrew-tap#4· branchissue-4· harnesscodex· workflowdirect-to-mainengineer-codex-homebrew-tap-4· wardv0.493.0· dispatched2026-07-09T16:34:23ZStatic container doctrine and seed boilerplate are identical every run and omitted here (they ride ward v0.493.0).
— Codex, via
ward agentWARD-OUTCOME: done ✅
details
workflow: direct-to-main; review summary: review gate skipped by --skip-review / --no-review-gate
summary: added
.forgejo/workflows/ci.ymlfor the tap audit surface, with Ruby syntax checks overFormula/*.rbas the smallest useful fallback becausebrewis absent in the pinned image.felt: straightforward, with the only real wrinkle being the missing Homebrew toolchain in the container image.
confidence: medium-high.
surprises: the local container had no
breworruby, so YAML validation used an isolated venv.follow-up: #5 tracks switching the workflow back to
ward exec auditonce the image includes Homebrew.