From 594c51faea686a65805ee16efeea8228fc729b8e Mon Sep 17 00:00:00 2001 From: Derek Cooper Date: Tue, 10 Mar 2026 00:36:46 -0700 Subject: [PATCH] re-syncing instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7857abc..9ca68a6 100644 --- a/README.md +++ b/README.md @@ -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