From 5b0a9897120a4547185a66875c3ab9436d0dcbd9 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Fri, 15 May 2026 21:34:33 +0200 Subject: [PATCH] remove .claude --- .claude/settings.local.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index a4a2dba..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(curl -sI https://cdn.jsdelivr.net/npm/melonjs@17.4.0/dist/melonjs.mjs)", - "Bash(curl -s https://data.jsdelivr.com/v1/package/npm/melonjs@17.4.0/flat)", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); [print\\(f['name']\\) for f in d['files'] if 'dist' in f['name']]\")", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); [print\\(f['name']\\) for f in d['files'] if 'index' in f['name'].lower\\(\\) or f['name'].count\\('/'\\) <= 2]\")", - "WebFetch(domain:melonjs.github.io)", - "WebFetch(domain:github.com)", - "Bash(gh api *)", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); [print\\(f['name'], f['type']\\) for f in d]\")", - "Bash(gh auth *)", - "Bash(python3 -c \"import sys, json; [print\\(f['name']\\) for f in json.load\\(sys.stdin\\)]\")", - "Bash(python3 -c \"import sys, json, base64; print\\(base64.b64decode\\(json.load\\(sys.stdin\\)['content']\\).decode\\(\\)\\)\")", - "Bash(curl -sI \"https://cdn.jsdelivr.net/npm/melonjs@17.4.0/dist/melonjs.module.js\")", - "Bash(curl -s \"https://cdn.jsdelivr.net/npm/melonjs@17.4.0/dist/melonjs.module.js\")", - "Bash(curl *)", - "Bash(python3 -c \"import sys, json; [print\\(t['name']\\) for t in json.load\\(sys.stdin\\)]\")", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); [print\\(f['name']\\) for f in d['files'] if 'dist' in f['name'] and f['name'].count\\('/'\\) <= 3]\")", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); print\\(json.dumps\\(d, indent=2\\)[:1000]\\)\")", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); [print\\(f['name']\\) for f in d['files'] if f['name'].endswith\\('.js'\\) and f['name'].count\\('/'\\) <= 3]\")", - "Bash(python3 -c \"import sys, json; d=json.load\\(sys.stdin\\); print\\('main:', d.get\\('main'\\)\\); print\\('module:', d.get\\('module'\\)\\); print\\('exports:', json.dumps\\(d.get\\('exports'\\), indent=2\\)[:500]\\)\")", - "Bash(python3 *)" - ] - } -}