feat: add Claude settings symlink management

- Add claude-settings.json as source file in chezmoi repo
- Create symlink template for .claude/settings.json
- Update .chezmoiignore to prevent recursion
- Update TODO.md to track Claude configuration progress
This commit is contained in:
Ryan Walters
2025-11-03 17:04:49 -06:00
parent e5279d9388
commit 1e55b4862f
4 changed files with 222 additions and 2 deletions

View File

@@ -18,6 +18,7 @@
- [ ] Add step-by-step first-time setup guide
- [ ] Document Doppler setup requirements
- [ ] Create quick reference card for emergency recovery
- [ ] Document proper process of adding symlinks (mention updating chemzoiignore, etc.)
### 2. Standardize Encryption & Authentication Workflow
@@ -297,4 +298,4 @@ These items were in the original TODO.md and need to be categorized/completed:
- Some items have dependencies (e.g., documentation should reflect implemented changes)
- Use `chezmoi cd` to navigate to source directory when working on configs
- Test changes in WSL/Linux before applying to Windows (or vice versa)
- Keep encrypted secrets out of git history - use age encryption or Doppler
- Keep encrypted secrets out of git history - use age encryption or Doppler