Homebrew tap for coilyco-flight-deck tools with automated formula updates.
  • Ruby 78.6%
  • Python 12.4%
  • Just 6.2%
  • Shell 2.8%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-29 16:04:45 +00:00
.agents/skills/repo-homebrew-tap feat: add repository pointer skill 2026-07-30 10:12:49 -07:00
.forgejo/workflows chore: drop CODEOWNERS so agents stop reading a review request as a gate 2026-08-20 02:13:18 -07:00
.github chore: drop CODEOWNERS so agents stop reading a review request as a gate 2026-08-20 02:13:18 -07:00
.ward feat(just): retire ward exec, move the verb table to a justfile 2026-08-17 13:39:35 -07:00
docs feat(just): retire ward exec, move the verb table to a justfile 2026-08-17 13:39:35 -07:00
Formula chore(aos): bump formula to aos-v0.278.0 [skip ci] 2026-08-29 16:04:45 +00:00
scripts feat(just): retire ward exec, move the verb table to a justfile 2026-08-17 13:39:35 -07:00
.pre-commit-config.yaml chore: adopt the managed pre-commit suite and declare the small band 2026-08-16 21:15:10 -07:00
AGENTS.md docs: describe the formulae the tap actually ships 2026-08-23 16:33:30 -07:00
CLAUDE.md chore: adopt the managed pre-commit suite and declare the small band 2026-08-16 21:15:10 -07:00
justfile feat(just): retire ward exec, move the verb table to a justfile 2026-08-17 13:39:35 -07:00
LICENSE chore: use the full name Kai Ase Siren in attribution 2026-08-28 23:23:43 -07:00
pyproject.toml chore: adopt the managed pre-commit suite and declare the small band 2026-08-16 21:15:10 -07:00
README.md docs: describe the formulae the tap actually ships 2026-08-23 16:33:30 -07:00

homebrew-tap

The Homebrew tap for every coilyco-flight-deck CLI. One tap to add, and each tool installs by name from there. macOS and Linux.

Install

The tap lives on Forgejo rather than github.com, so brew cannot resolve the URL from the tap name. Spell it out once:

brew tap coilyco-flight-deck/tap https://forgejo.coilysiren.me/coilyco-flight-deck/homebrew-tap

Then install whichever tools you want:

brew install coilyco-flight-deck/tap/ward
brew install coilyco-flight-deck/tap/specgen
brew install coilyco-flight-deck/tap/agent-compose
brew install coilyco-flight-deck/tap/aos

brew upgrade picks up new versions once an upstream release lands its bump here. Windows users take the same tools from the sibling scoop-bucket.

What is in the tap

  • ward - governed execution layer for coding agents. Runs agent work in fresh least-access containers and records a durable issue-to-landing trail. From ward.
  • specgen - generates a standalone guarded CLI from KDL policy plus a committed lock, with no hand-written Go. From umbra.
  • agent-compose - composes the role, doctrine, and skill context an agent harness loads. Also installs acompose. From agent-compose.
  • aos - the agent runtime composition root. Also installs aoscompose and aosward. From agentic-os.

Every formula downloads and checksum-verifies a tagged release binary. None builds from source, so no toolchain is required to install.

How a version bump lands here

An upstream repo cuts a tag, and its own release pipeline rewrites the matching formula in this repo through the Forgejo Contents API, refreshing the release-asset URLs and the per-platform checksums. Once that bump lands on main, brew upgrade sees it.

This tap holds no release pipeline. It is only ever the write target for the upstream ones, so an agent working here does not hand-edit a version pin to race ahead of the pipeline. Install and test logic in a formula is owned here and is fine to edit.

Commands

Dev verbs live in the justfile. Run just alone to list them, and just audit to run brew audit --strict across the tap.

See also