feat(ai): modernise dotfiles for post-AI era with Brewfile and RTK - #17
feat(ai): modernise dotfiles for post-AI era with Brewfile and RTK#17benrozsa wants to merge 2 commits into
Conversation
- Create Brewfile at root with modern CLI and AI utilities. - Add CLAUDE.md detailing guidelines and commands for Claude Code and other agents. - Update install.sh to automatically run brew bundle on macOS and set up global RTK hooks. - Document the new 2026 post-AI modernization features in README.md. Co-authored-by: benrozsa <20738129+benrozsa@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
… rtk - Focus Brewfile entirely on modern, lightweight, high-performance tools that LLM agents use (ripgrep, fd, jq, shfmt, shellcheck). - Replace pyenv with uv (the modern, ultra-fast Rust-based Python package/tool runner), as it's much better suited for automated agents. - Document and set up global RTK (Rust Token Killer) hooks inside install.sh to automatically reduce LLM context and token costs on the terminal. Co-authored-by: benrozsa <20738129+benrozsa@users.noreply.github.com>
This PR modernises the dotfiles repository for the 2026 post-AI developer workflow.
Key changes:
fzf,jq,ripgrep,shfmt, andrtk(Rust Token Killer).install.shwhenrtkis available. This reduces bash output read by AI agents by up to 90%, significantly cutting down token costs and context window bloat.install.shto automatically detect macOS and runbrew bundle --file=Brewfile --no-lock.PR created automatically by Jules for task 13689822601113386371 started by @benrozsa