Skip to content

feat(ai): modernise dotfiles for post-AI era with Brewfile and RTK - #17

Open
benrozsa wants to merge 2 commits into
mainfrom
feat/rtk/modernise-ai-dotfiles-13689822601113386371
Open

feat(ai): modernise dotfiles for post-AI era with Brewfile and RTK#17
benrozsa wants to merge 2 commits into
mainfrom
feat/rtk/modernise-ai-dotfiles-13689822601113386371

Conversation

@benrozsa

Copy link
Copy Markdown
Owner

This PR modernises the dotfiles repository for the 2026 post-AI developer workflow.

Key changes:

  1. Brewfile: Streamlines setting up a brand new macOS machine with essential tools like fzf, jq, ripgrep, shfmt, and rtk (Rust Token Killer).
  2. RTK (Rust Token Killer) Integration: Automatically runs global hook setups via install.sh when rtk is available. This reduces bash output read by AI agents by up to 90%, significantly cutting down token costs and context window bloat.
  3. CLAUDE.md: Establishes repository standards, instructions, and commands for tools like Claude Code and Kilo.
  4. Automated macOS Bootstrapping: Updates install.sh to automatically detect macOS and run brew bundle --file=Brewfile --no-lock.
  5. Updated README.md: Outlines all the new post-AI modernization capabilities.

PR created automatically by Jules for task 13689822601113386371 started by @benrozsa

- 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>
@google-labs-jules

Copy link
Copy Markdown

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant