Homebrew tap for coilyco-flight-deck tools with automated formula updates.
  • Ruby 80.2%
  • Python 11.4%
  • Just 5.8%
  • Shell 2.6%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-23 01:13:06 +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(specgen): bump formula to v0.165.0 [skip ci] 2026-08-23 01:13:06 +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 feat(just): retire ward exec, move the verb table to a justfile 2026-08-17 13:39:35 -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 feat: scaffold centralized homebrew tap for flight-deck tools 2026-06-03 17:18:22 -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 feat(just): retire ward exec, move the verb table to a justfile 2026-08-17 13:39:35 -07:00

homebrew-tap

Centralized Homebrew tap for coilyco-flight-deck tools. One tap to add, every flight-deck CLI behind it. Most Formula/*.rb files point at a tag + revision on their upstream forgejo repo; Formula/ward.rb tracks tagged release binaries and is bumped here by the upstream release pipeline.

Install

The tap lives on forgejo, not github.com, so brew can't auto-resolve the URL. Use the explicit-URL brew tap form once, then install by formula name:

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

brew upgrade picks up new versions after each upstream release bumps the formula here.

Formulae

  • Formula/ward.rb - coilyco-flight-deck/ward - the ward cli-guard consumer, downloaded from the tagged release assets and verified per platform.
  • Formula/repo-recall.rb - coilyco-flight-deck/repo-recall - local dev dashboard indexing Claude Code session history against your repos.
  • Formula/session-lattice.rb - coilyco-flight-deck/session-lattice - materialized-view service over Claude session data (embedded DuckDB).
  • Formula/session-lattice-puller.rb - coilyco-flight-deck/session-lattice - companion puller service for session-lattice (ships only a brew service).

Release flow

An upstream repo cuts a tag, then its release pipeline rewrites the matching formula in this repo via the forgejo Contents API. For ward that means refreshing the tagged release URL and checksum pins for the platform binaries. Once the bump lands on main, brew upgrade picks it up. The tap itself holds no release pipeline - it is the write target for the upstream ones.

Commands

Dev commands are declared in the justfile. Route them through just, not bare brew.

See also