No description
This repository has been archived on 2026-06-17. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Ruby 75.1%
  • Shell 24.9%
Find a file
Kai Siren daaf2806d6
chore(lockdown): adopt coily hook pre-tool-use delegate (closes #39)
Auto-regenerated via coily lockdown --apply --replace. Refs
coilysiren/coily#248 + coilysiren/cli-guard#74.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Audit-log: coily://1779184089/AGPD7IVZ - coily ops aws sts get-caller-identity
Audit-log: coily://1779184090/AGPD7IV4 - coily ops aws ssm get-parameter
Audit-log: coily://1779184103/AGPD7IXR - coily ops gh api repos/coilysiren/coily/contents/Formula/coily.rb
Audit-log: coily://1779450027/AGPE67E4 - coily ops gh api repos/coilysiren/homebrew-tap
Audit-log: coily://1779517586/AGPFHA34 - coily ops gh issue create
2026-05-22 23:26:32 -07:00
.claude chore(lockdown): adopt coily hook pre-tool-use delegate (closes #39) 2026-05-22 23:26:32 -07:00
.coily chore(catalog): drop archived o2r from dependsOn 2026-05-16 15:23:11 -07:00
.github/workflows feat: remove session-lattice mirror + bump workflow 2026-05-19 01:30:08 -07:00
docs docs(FEATURES): swap o2r worked-example pointer to luca 2026-05-16 14:59:59 -07:00
Formula repo-recall: bump to v0.30.1 2026-05-19 09:42:47 +00:00
.pre-commit-config.yaml chore: adopt coilysiren/agentic-os v0.2.1 upstream-ref pre-commit suite 2026-05-15 23:35:05 -07:00
AGENTS.md feat: remove session-lattice mirror + bump workflow 2026-05-19 01:30:08 -07:00
install-repo-recall.sh Add install-repo-recall.sh installer 2026-04-26 16:35:39 -07:00
LICENSE Initial tap: repo-recall v0.1.0 2026-04-26 16:10:10 -07:00
README.md docs(readme): mark deprecated, point at per-repo taps 2026-05-19 02:48:08 -07:00

homebrew-tap

Deprecated. Each tool now ships its own per-repo tap. Use the per-repo form below. The Formula/*.rb snapshots in this repo are frozen and no longer updated. Tracking: #37.

Per-repo taps (current)

brew tap coilysiren/coily              https://github.com/coilysiren/coily
brew tap coilysiren/repo-recall        https://github.com/coilysiren/repo-recall
brew tap coilysiren/agent-guard        https://github.com/coilysiren/agent-guard
brew tap coilysiren/personal-dashboard https://github.com/coilysiren/personal-dashboard
brew tap coilysiren/session-lattice    https://github.com/coilysiren/session-lattice

brew install coilysiren/coily/coily
brew install coilysiren/repo-recall/repo-recall
brew install coilysiren/agent-guard/agent-guard
brew install coilysiren/personal-dashboard/personal-dashboard
brew install coilysiren/session-lattice/session-lattice

The explicit-URL brew tap form is required because none of those repos are homebrew-* prefixed. Each repo's Formula/<name>.rb is the source of truth and is bumped in-repo by a bump-formula job on every release.

Commands

Dev commands are declared in .coily/coily.yaml. Run them as coily exec <verb>.

See also

  • AGENTS.md - agent-facing operating rules.
  • docs/FEATURES.md - inventory of what ships today.
  • .coily/coily.yaml - allowlisted commands. Agents route through coily, not bare make / uv / python / npm / cargo / dotnet.

Cross-reference convention from coilysiren/agentic-os-kai#313.