Add Brewfile and document dependency tracking

- Add Brewfile with tea (Forgejo CLI) for forge interaction
- Update CLAUDE.md with dependency tracking guidance

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-01-13 21:38:58 -08:00
commit dd6d024b3a
2 changed files with 8 additions and 0 deletions

2
Brewfile Normal file
View file

@ -0,0 +1,2 @@
# CLI tools for blumeops management
brew "tea" # Gitea/Forgejo CLI for forge.tail8d86e.ts.net

View file

@ -17,6 +17,12 @@ You are encouraged to explore the zk, follow links, and propose updates to it as
1. **mise** - preferred for tool/runtime management (check first)
2. **homebrew** - for system packages
### Dependency Tracking
Track project dependencies in version control:
- **Brewfile** (repo root) - homebrew packages (`brew bundle`)
- **mise.toml** (per-directory) - runtimes and tools (`mise install`)
### Service Management
- **Homebrew services**: `brew services start|stop|restart <service>`