Compare commits

..

3 commits

Author SHA1 Message Date
Derek Slenk
44a4a42a30 Merge branch 'main' - resolve settings.local.json conflict
Some checks failed
Deploy / deploy (push) Failing after 14s
CI / test (push) Has been cancelled
2025-07-16 11:31:16 -04:00
Derek Slenk
94c13926b5 Update settings.local.json permissions 2025-07-16 11:30:46 -04:00
Derek Slenk
21d7d19c83 Resolve merge conflict in .claude/settings.local.json 2025-07-16 11:30:07 -04:00

View file

@ -8,7 +8,11 @@
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mv:*)",
"Bash(git checkout:*)"
"Bash(git checkout:*)",
"Bash(git push:*)",
"Bash(git commit:*)",
"Bash(git pull:*)",
"Bash(git add:*)"
],
"deny": []
}