fix: claude

This commit is contained in:
2025-10-30 03:20:03 +01:00
parent 665ce57751
commit 7eca0bcc47
7 changed files with 112 additions and 30 deletions

View File

@@ -387,7 +387,7 @@ This repository uses an **inverted `.gitignore`** pattern:
!CLAUDE.md
!README.md
!.gitignore
!.init/**
!.zshrc
!arty.yml
!playbook.yml
...
@@ -395,6 +395,8 @@ This repository uses an **inverted `.gitignore`** pattern:
**Why?** To track only essential dotfiles and configurations while ignoring cache, logs, and user data. Your home directory becomes a git repository without the chaos.
**Note**: The `.init/` directory is NOT tracked in git - it exists locally only for shell initialization. This keeps your shell configuration private and machine-specific.
---
## 🎸 SHELL PLUGIN POWER 🎸