Files
DiscordClone/.claude/settings.local.json
Bryan1029384756 b83360db35
Some checks failed
Build and Release / build-and-release (push) Has been cancelled
bump
2026-04-20 17:09:04 -05:00

84 lines
4.6 KiB
JSON

{
"permissions": {
"allow": [
"WebSearch",
"WebFetch(domain:labs.convex.dev)",
"Bash(npm install:*)",
"Bash(npm uninstall:*)",
"Bash(npm init:*)",
"Bash(node -e:*)",
"Bash(npx convex dev:*)",
"Bash(npx convex:*)",
"Bash(npx @convex-dev/auth:*)",
"Bash(dir:*)",
"Bash(npx vite build:*)",
"Bash(npx tsc:*)",
"Bash(npx -y esbuild:*)",
"WebFetch(domain:gist.github.com)",
"Bash(git ls-tree:*)",
"WebFetch(domain:github.com)",
"WebFetch(domain:docs.gitea.com)",
"WebFetch(domain:www.electron.build)",
"WebFetch(domain:forum.gitea.com)",
"WebFetch(domain:www.convex.dev)",
"WebFetch(domain:www.npmjs.com)",
"WebFetch(domain:stack.convex.dev)",
"WebFetch(domain:raw.githubusercontent.com)",
"Bash(find:*)",
"WebFetch(domain:docs.flatpak.org)",
"Bash(cd:*)",
"Bash(ls:*)",
"Bash(xargs:*)",
"Bash(node -p:*)",
"Bash(npm ls:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run build:web:*)",
"WebFetch(domain:www.saurabhmisra.dev)",
"WebFetch(domain:getstream.io)",
"WebFetch(domain:blog.logrocket.com)",
"WebFetch(domain:virtuoso.dev)",
"WebFetch(domain:medium.com)",
"Bash(keytool:*)",
"Bash(echo:*)",
"Bash(python -c \"import base64; print\\(base64.b64encode\\(open\\(r''C:\\\\Users\\\\bryan\\\\Desktop\\\\Discord Clone\\\\discord-clone-release.keystore'',''rb''\\).read\\(\\)\\).decode\\(\\)\\)\")",
"WebFetch(domain:gitea.moyettes.com)",
"Bash(grep:*)",
"WebFetch(domain:addyosmani.com)",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/auth/\"* \"packages/shared/src/components/auth/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/channel/\"* \"packages/shared/src/components/channel/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/dm/\"* \"packages/shared/src/components/dm/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/layout/\"* \"packages/shared/src/components/layout/\")",
"Bash(cp -r \"Brycord New UI/apps/web/src/components/member/\"* \"packages/shared/src/components/member/\")",
"Read(//tmp/**)",
"Bash(timeout 15 npm run dev:web)",
"Bash(sed -n '1,30p' packages/shared/src/components/channel/ChannelHeader.tsx)",
"Bash(sed -n '1,30p' packages/shared/src/components/member/MemberListContainer.tsx)",
"Bash(timeout 20 npm run dev:web)",
"Bash(timeout 8 npm run dev:web)",
"Bash(grep -E '\"electron\":\\\\s*\"' package.json apps/electron/package.json)",
"Bash(grep -E '\"electron\":\\\\s*\"' package.json)",
"Bash(node --check apps/electron/main.cjs)",
"Bash(node --check apps/electron/preload.cjs)",
"Bash(awk 'NR>=508 && NR<=535 {print NR\": \"$0}' packages/shared/src/components/settings/UserSettingsModal.tsx)",
"Bash(awk 'NR>=475 && NR<=535 {print NR\": \"$0}' packages/shared/src/components/settings/UserSettingsModal.tsx)",
"Bash(awk 'NR>=535 && NR<=560 {print NR\": \"$0}' packages/shared/src/components/settings/UserSettingsModal.tsx)",
"Bash(awk 'NR>=460 && NR<=480 {print NR\": \"$0}' packages/shared/src/components/settings/UserSettingsModal.tsx)",
"Bash(python3 -)",
"Bash(awk 'NR>=525 && NR<=540 {print NR\": \"$0}' packages/shared/src/components/settings/UserSettingsModal.tsx)",
"Bash(sqlite3 data/backup.db \".schema\")",
"Bash(sqlite3 data/backup.db \"SELECT COUNT\\(*\\) as message_count FROM messages;\")",
"Bash(sqlite3 data/backup.db \"SELECT * FROM channels LIMIT 5;\")",
"Bash(sqlite3 data/backup.db \"SELECT id, channel_id, author_id, content, created_at, edited_at, deleted_at, replied_to_id FROM messages LIMIT 3;\")",
"Bash(sqlite3 data/backup.db \"SELECT COUNT\\(*\\) as attachment_count, SUM\\(CASE WHEN downloaded = 1 THEN 1 ELSE 0 END\\) as downloaded FROM attachments;\")",
"Bash(sqlite3 data/backup.db \"SELECT id, message_id, filename, size, content_type, local_path FROM attachments LIMIT 3;\")",
"Bash(sqlite3 data/backup.db \"SELECT COUNT\\(*\\) as reaction_count FROM reactions; SELECT COUNT\\(*\\) as embed_count FROM embeds; SELECT COUNT\\(*\\) as author_count FROM authors;\")",
"Bash(sqlite3 data/backup.db \"SELECT * FROM reactions LIMIT 3;\")",
"Bash(sqlite3 data/backup.db \"SELECT * FROM embeds LIMIT 2;\")",
"Bash(sqlite3 data/backup.db \"SELECT id, username, display_name, avatar_url FROM authors LIMIT 5;\")",
"Bash(sqlite3 data/backup.db \"SELECT message_id, content, edited_at FROM message_edits LIMIT 3;\")"
]
}
}