You've already forked wc-tier-and-package-prices
Add Claude Code workflow improvements and git permissions
- Added finish-session command to guide end-of-session workflow - Updated settings.local.json with git checkout and rebase permissions - The finish-session command instructs AI to update CLAUDE.md with learnings - Added git workflow commands to auto-approval list for smoother operations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
5
.claude/commands/finish-session.md
Normal file
5
.claude/commands/finish-session.md
Normal file
@@ -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`
|
||||||
@@ -19,7 +19,9 @@
|
|||||||
"Bash(git commit:*)",
|
"Bash(git commit:*)",
|
||||||
"Bash(node -c:*)",
|
"Bash(node -c:*)",
|
||||||
"Bash(php -l:*)",
|
"Bash(php -l:*)",
|
||||||
"Bash(git push:*)"
|
"Bash(git push:*)",
|
||||||
|
"Bash(git checkout:*)",
|
||||||
|
"Bash(git rebase:*)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user