feat: add skills for mobile and desktop release workflows, update dependencies management

This commit is contained in:
DIYgod 2026-03-11 14:32:44 +08:00
parent 65c18693da
commit 0d5921865f
5 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{
"permissions": {
"allow": [
"Bash(gh pr view:*)",
"Bash(pnpm bump:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(ls:*)",
"Bash(npx:*)",
"Bash(git stash:*)",
"Bash(git show:*)",
"Bash(git -C /Users/diygod/Code/Projects/Folo status --short)",
"Bash(git -C /Users/diygod/Code/Projects/Folo add apps/mobile/changelog/next.md)",
"Bash(git -C /Users/diygod/Code/Projects/Folo commit:*)",
"Bash(git checkout:*)",
"Bash(git fetch:*)",
"Bash(git merge:*)",
"Bash(git rm:*)",
"Bash(git push:*)",
"Bash(gh api:*)",
"Bash(pnpm exec vv:*)"
]
}
}