diff --git a/.claude/commands/finish-session.md b/.claude/commands/finish-session.md new file mode 100644 index 0000000..0717a1a --- /dev/null +++ b/.claude/commands/finish-session.md @@ -0,0 +1,5 @@ +# Finish the current session + +Update the CLAUDE.md according to your needs and what you've learned in this session. + +Create a commit and push this file to branch `dev` diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7be1ea3..284aa72 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -19,7 +19,9 @@ "Bash(git commit:*)", "Bash(node -c:*)", "Bash(php -l:*)", - "Bash(git push:*)" + "Bash(git push:*)", + "Bash(git checkout:*)", + "Bash(git rebase:*)" ] } }