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 <noreply@anthropic.com>
This commit is contained in:
Andy Mick
2026-07-19 21:32:25 +01:00
co-authored by Claude Haiku 4.5
parent 63a7e9a485
commit 2dfa1db5ab
+4 -1
View File
@@ -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)"
]
}
}