No description
  • Ruby 74.2%
  • Shell 25.8%
Find a file
Kai Siren 626b1f2de4
docs(readme): mark deprecated, point at per-repo taps
Each consumer (coily, repo-recall, agent-guard, personal-dashboard,
session-lattice) now ships its own Formula in-repo with a per-repo
bump-formula workflow. The Formula/*.rb snapshots here are frozen and
no longer updated. Archive once coily#257 lands and the hardcoded
coilysiren/tap/* scope is gone from coily upgrade.

closes #37

Audit-log: coily://1779179409/AGPD6W2R - coily ops aws sts get-caller-identity
Audit-log: coily://1779179410/AGPD6W2T - coily ops aws ssm get-parameter
2026-05-19 02:48:08 -07:00
.claude chore(lockdown): adopt agent-guard pre-tool-use delegate 2026-05-16 14:00:54 -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.