From 2dfa1db5abae0f8e91219f49c8ff5768fe0d463d Mon Sep 17 00:00:00 2001 From: Andy Mick Date: Sun, 19 Jul 2026 21:32:25 +0100 Subject: [PATCH] Chore: Update local settings with recent command history Added git pull, npm dev, and node version check to command history. Co-Authored-By: Claude Haiku 4.5 --- .claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 25106a4..b223cb4 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -121,7 +121,10 @@ "Bash(cat > *)", "Bash(git commit -m 'Chore: Implement database optimization quick start *)", "Bash(git commit -m 'Chore: Update handoff document with latest features and improvements *)", - "Bash(git commit -m 'Chore: Update local settings with command history *)" + "Bash(git commit -m 'Chore: Update local settings with command history *)", + "Bash(git pull *)", + "PowerShell(npm run dev)", + "PowerShell(node --version)" ] } }