Add claude stow package and update dotfiles pin#383
Merged
Conversation
- Add claude to stow package lists for Ubuntu and macOS - Update dotfiles pin to 307db45 (adds claude stow package and ~/.bashrc.local sourcing) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the common_cli Ansible role’s dotfiles deployment to include Claude Code configuration on both Ubuntu and macOS, and bumps the pinned dotfiles repository commit to a revision that contains the new stow package.
Changes:
- Add
claudeto the stow package lists for Ubuntu and macOS. - Update the pinned
dotfilesgit commit to307db45…to pull in the Claude stow package (and related bashrc.local sourcing changes in that repo).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
ansible/roles/common_cli/vars/main.yml |
Adds claude to platform-specific dotfile stow package lists. |
ansible/roles/common_cli/tasks/main.yml |
Updates the pinned dotfiles commit used for stow-based deployment. |
💡 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.
Summary
claudeto stow package lists for both Ubuntu and macOS307db45which includes:settings.json,mcp.json,CLAUDE.md,plugins/installed_plugins.json)~/.bashrc.localsourcing for machine-specific config (CUDA, etc.)Test plan
--tags dotfilesand verify claude symlinks are created🤖 Generated with Claude Code