initial commit
This commit is contained in:
26
.claude/settings.local.json
Normal file
26
.claude/settings.local.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"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 *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user