feat(dot): switch tdd-guard from Homebrew to npm global#37
Merged
Conversation
- Remove tdd-guard from Brewfile (Homebrew tap) - Add npm global packages installation to `dot install` after FNM setup - Add smart version checking and updates to `dot update` - Use NPM_GLOBALS array for easy extensibility npm's #!/usr/bin/env node shebang works with fnm, unlike Homebrew's hardcoded Node path. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates tdd-guard from Homebrew installation to npm global installation to ensure compatibility with fnm's Node version management. The change addresses an issue where Homebrew's hardcoded Node paths conflict with fnm's environment-based Node selection.
- Removes tdd-guard from Brewfile
- Adds npm global package installation logic to the dot install command
- Implements version checking and update capabilities in the dot update command
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| Brewfile | Removes tdd-guard from Homebrew packages |
| claude/claude_desktop_config.json.template | Reformats args array and adds Chrome extension preference (unrelated formatting change) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
dot installafter FNM setupdot updatenpm's #!/usr/bin/env node shebang works with fnm, unlike Homebrew's hardcoded Node path.
🤖 Generated with Claude Code