From 0d5921865fc2b974de10f833331b19f4876ce3e5 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Wed, 11 Mar 2026 14:32:44 +0800 Subject: [PATCH] feat: add skills for mobile and desktop release workflows, update dependencies management --- .agents/settings.local.json | 24 +++++++++++++++++++ .../skills/desktop-release/SKILL.md | 0 .../installing-mobile-preview-builds/SKILL.md | 0 .../skills/mobile-release/SKILL.md | 0 .../skills/update-deps/SKILL.md | 0 5 files changed, 24 insertions(+) create mode 100644 .agents/settings.local.json rename {.claude => .agents}/skills/desktop-release/SKILL.md (100%) rename {.claude => .agents}/skills/installing-mobile-preview-builds/SKILL.md (100%) rename {.claude => .agents}/skills/mobile-release/SKILL.md (100%) rename {.claude => .agents}/skills/update-deps/SKILL.md (100%) diff --git a/.agents/settings.local.json b/.agents/settings.local.json new file mode 100644 index 000000000..7f580a01a --- /dev/null +++ b/.agents/settings.local.json @@ -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:*)" + ] + } +} diff --git a/.claude/skills/desktop-release/SKILL.md b/.agents/skills/desktop-release/SKILL.md similarity index 100% rename from .claude/skills/desktop-release/SKILL.md rename to .agents/skills/desktop-release/SKILL.md diff --git a/.claude/skills/installing-mobile-preview-builds/SKILL.md b/.agents/skills/installing-mobile-preview-builds/SKILL.md similarity index 100% rename from .claude/skills/installing-mobile-preview-builds/SKILL.md rename to .agents/skills/installing-mobile-preview-builds/SKILL.md diff --git a/.claude/skills/mobile-release/SKILL.md b/.agents/skills/mobile-release/SKILL.md similarity index 100% rename from .claude/skills/mobile-release/SKILL.md rename to .agents/skills/mobile-release/SKILL.md diff --git a/.claude/skills/update-deps/SKILL.md b/.agents/skills/update-deps/SKILL.md similarity index 100% rename from .claude/skills/update-deps/SKILL.md rename to .agents/skills/update-deps/SKILL.md