Claude/review dotiles project 01 tm9 z bvwmp4n yt9pozbx vsl#87
Merged
blackwell-systems merged 3 commits intoNov 29, 2025
Merged
Conversation
added 3 commits
November 29, 2025 16:59
High Priority Fixes: - Add MINGW/MSYS/Cygwin detection to install.sh (native Windows support) - Create bootstrap-windows.sh for Git Bash/MSYS2 environments - Add Windows shell handling to 00-init.zsh (paths, clipboard, aliases) - Rename sync-to-bitwarden.sh to sync-to-vault.sh (backend-agnostic) - Update all help text from "Bitwarden" to generic "vault" - Fix doctor line count: 573 → 446 lines Documentation Consistency: - Update README.md and docs/README.md with Windows platform support - Update vault references to use 'dotfiles vault sync' command - Update all script references and architecture docs - Add Windows (Git Bash/MSYS2) to platform support tables - Update multi-vault terminology throughout docs Files changed: - install.sh: Add MINGW/MSYS/Cygwin case - bootstrap/bootstrap-windows.sh: New Windows bootstrap script - zsh/zsh.d/00-init.zsh: Windows shell environment - zsh/zsh.d/40-aliases.zsh: Generic vault help text - vault/sync-to-vault.sh: Renamed from sync-to-bitwarden.sh - Multiple docs: Consistent vault terminology
Resolved conflicts by keeping our multi-vault and Windows support updates. Merged additional changes from main: - CHANGELOG.md updates - SECURITY.md updates - claude/commands/vault.md updates - docs updates (NOTES, ROADMAP, troubleshooting)
- Add on_session_start hook to check git sync status automatically - Add comprehensive Git Safety Rules section to CLAUDE.md - Rules cover: sync before working, no force push, check before commit, one session at a time - Hook runs `git fetch && git status --porcelain=v2 --branch` to detect divergence before any work begins - Bump version to 1.8.0
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
blackwell-systems
added a commit
that referenced
this pull request
Dec 7, 2025
* feat: Add native Windows support and standardize vault terminology High Priority Fixes: - Add MINGW/MSYS/Cygwin detection to install.sh (native Windows support) - Create bootstrap-windows.sh for Git Bash/MSYS2 environments - Add Windows shell handling to 00-init.zsh (paths, clipboard, aliases) - Rename sync-to-bitwarden.sh to sync-to-vault.sh (backend-agnostic) - Update all help text from "Bitwarden" to generic "vault" - Fix doctor line count: 573 → 446 lines Documentation Consistency: - Update README.md and docs/README.md with Windows platform support - Update vault references to use 'dotfiles vault sync' command - Update all script references and architecture docs - Add Windows (Git Bash/MSYS2) to platform support tables - Update multi-vault terminology throughout docs Files changed: - install.sh: Add MINGW/MSYS/Cygwin case - bootstrap/bootstrap-windows.sh: New Windows bootstrap script - zsh/zsh.d/00-init.zsh: Windows shell environment - zsh/zsh.d/40-aliases.zsh: Generic vault help text - vault/sync-to-vault.sh: Renamed from sync-to-bitwarden.sh - Multiple docs: Consistent vault terminology * feat: Add git safety rules and session start hook - Add on_session_start hook to check git sync status automatically - Add comprehensive Git Safety Rules section to CLAUDE.md - Rules cover: sync before working, no force push, check before commit, one session at a time - Hook runs `git fetch && git status --porcelain=v2 --branch` to detect divergence before any work begins - Bump version to 1.8.0 --------- Co-authored-by: Claude <noreply@anthropic.com>
blackwell-systems
added a commit
that referenced
this pull request
Apr 15, 2026
* feat: Add native Windows support and standardize vault terminology High Priority Fixes: - Add MINGW/MSYS/Cygwin detection to install.sh (native Windows support) - Create bootstrap-windows.sh for Git Bash/MSYS2 environments - Add Windows shell handling to 00-init.zsh (paths, clipboard, aliases) - Rename sync-to-bitwarden.sh to sync-to-vault.sh (backend-agnostic) - Update all help text from "Bitwarden" to generic "vault" - Fix doctor line count: 573 → 446 lines Documentation Consistency: - Update README.md and docs/README.md with Windows platform support - Update vault references to use 'dotfiles vault sync' command - Update all script references and architecture docs - Add Windows (Git Bash/MSYS2) to platform support tables - Update multi-vault terminology throughout docs Files changed: - install.sh: Add MINGW/MSYS/Cygwin case - bootstrap/bootstrap-windows.sh: New Windows bootstrap script - zsh/zsh.d/00-init.zsh: Windows shell environment - zsh/zsh.d/40-aliases.zsh: Generic vault help text - vault/sync-to-vault.sh: Renamed from sync-to-bitwarden.sh - Multiple docs: Consistent vault terminology * feat: Add git safety rules and session start hook - Add on_session_start hook to check git sync status automatically - Add comprehensive Git Safety Rules section to CLAUDE.md - Rules cover: sync before working, no force push, check before commit, one session at a time - Hook runs `git fetch && git status --porcelain=v2 --branch` to detect divergence before any work begins - Bump version to 1.8.0 --------- Co-authored-by: Claude <noreply@anthropic.com>
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.
Pull Request
Description
Type of Change
Motivation and Context
Fixes # (issue)
Changes Made
Testing
How Has This Been Tested?
Test Configuration:
Test Steps:
Test Checklist
dotfiles doctorsuccessfullyScreenshots (if applicable)
Before:
After:
Documentation
Breaking Changes
Breaking Changes Description:
Dependencies
Checklist
Additional Notes
Reviewer Notes
For Maintainers: