docs: add multi-machine setup guide

Add comprehensive guide for using this config across multiple machines
(personal, work, etc.) without branch conflicts.

Changes:
- Add MULTI-MACHINE-SETUP.md with complete setup instructions
- Add CLAUDE-LOCAL.md.example as template for machine-specific overrides
- Update .gitignore to exclude CLAUDE-LOCAL.md and *-local.json patterns
- Update README.md to reference multi-machine setup guide

Key features:
- Layered configuration approach (shared + local overrides)
- No branch conflicts - local overrides are git-ignored
- Same repo works with different Claude Code credentials
- Supports work/personal machines with different standards

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-11-26 19:45:34 +01:00
parent 57f52fd4b7
commit 076a7be7e6
4 changed files with 570 additions and 1 deletions

8
.gitignore vendored
View File

@@ -18,9 +18,15 @@ secrets/
*.secret
# =============================================================================
# MACHINE-SPECIFIC STATE
# MACHINE-SPECIFIC STATE AND OVERRIDES
# =============================================================================
# Machine-specific overrides (work preferences, personal additions)
CLAUDE-LOCAL.md
*-local.json
*-LOCAL.md
local/
# Conversation history (contains project-specific and personal conversations)
history.jsonl
history.*.jsonl