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