re-syncing instructions

This commit is contained in:
2026-03-10 00:36:46 -07:00
parent 22b0669f5b
commit 594c51faea

View File

@@ -109,7 +109,13 @@ Preferences should evolve as your stack and habits change. Treat this repo like
### After Updating
- If you're using the **global Claude Code** setup, the update applies automatically next session
**If you're using the global Claude Code setup**, sync your changes by running these two commands from the repo root:
```powershell
Copy-Item "CLAUDE.md" "$env:USERPROFILE\.claude\CLAUDE.md" -Force
Copy-Item -Path "preferences" -Destination "$env:USERPROFILE\.claude\preferences" -Recurse -Force
```
- If you've **copied** `CLAUDE.md` into other project repos, re-copy the updated version to those projects
- If you're using **ChatGPT/Claude.ai** manually, you'll be pasting the updated file next time