You've already forked wc-tier-and-package-prices
- 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>
28 lines
615 B
JSON
28 lines
615 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(unzip:*)",
|
|
"Bash(msgfmt:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(mkdir:*)",
|
|
"Bash(composer init:*)",
|
|
"Bash(composer install:*)",
|
|
"Bash(composer update:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git tag:*)",
|
|
"Bash(rsync:*)",
|
|
"Bash(zip -r:*)",
|
|
"Bash(cat:*)",
|
|
"Bash(for po in *.po)",
|
|
"Bash(do msgfmt -o \"$po%.po.mo\" \"$po\")",
|
|
"Bash(done)",
|
|
"Bash(git commit:*)",
|
|
"Bash(node -c:*)",
|
|
"Bash(php -l:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git rebase:*)"
|
|
]
|
|
}
|
|
}
|