Swap colorkey'd cloud for Microsoft Fluent 3D cloud emoji

The chromakey extraction on the user's reference image left frayed
edges and detached fragments. Replace with the official 3D cloud
asset from microsoft/fluentui-emoji (256x256 RGBA, 19 KB, MIT
license) — already perfectly cut, soft white-to-lavender gradient,
no artifacts.

Also broaden .claude/settings.local.json: replace ~30 over-narrow
literal command rules (each only matched its single exact
invocation) with prefix patterns covering git/curl/ffmpeg/file-ops,
common PowerShell verbs, and the MCP toolkits in active use, so
routine work stops triggering permission prompts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MVA Global Fret 2026-05-05 01:50:44 +02:00
parent 83b61debae
commit b4bc2959e2
2 changed files with 104 additions and 8 deletions

View File

@ -1,20 +1,116 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(git *)",
"Bash(curl *)",
"Bash(wget *)",
"Bash(mkdir *)",
"Bash(mv *)",
"Bash(cp *)",
"Bash(rm *)",
"Bash(touch *)",
"Bash(unzip *)",
"Bash(zip *)",
"Bash(chmod *)",
"Bash(ffmpeg *)",
"Bash(ffprobe *)",
"Bash(where *)",
"Bash(which *)",
"Bash(file *)",
"Bash(awk *)",
"Bash(sed *)",
"Bash(sort *)",
"Bash(uniq *)",
"Bash(grep *)",
"Bash(jq *)",
"Bash(npm install)",
"Bash(npm install --save *)",
"Bash(node --version)",
"Bash(npm --version)",
"PowerShell(Get-* *)",
"PowerShell(Test-Path *)",
"PowerShell(New-Item *)",
"PowerShell(Remove-Item *)",
"PowerShell(Move-Item *)",
"PowerShell(Copy-Item *)",
"PowerShell(Compress-Archive *)",
"PowerShell(Expand-Archive *)",
"PowerShell(Add-Type *)",
"PowerShell(Resolve-Path *)",
"PowerShell(Set-Location *)",
"PowerShell(Invoke-WebRequest *)",
"PowerShell(winget *)",
"PowerShell($ff = *)",
"PowerShell($base = *)",
"PowerShell($src = *)",
"PowerShell($poster = *)",
"PowerShell(& $ff *)",
"PowerShell(git config *)",
"Read(//c/Users/melis/Downloads/**)",
"Read(//c/Users/melis/Documents/**)",
"WebSearch",
"WebFetch(domain:lottiefiles.com)",
"WebFetch(domain:embed.lottiefiles.com)",
"WebFetch(domain:assets-v2.lottiefiles.com)",
"WebFetch(domain:assets1.lottiefiles.com)",
"WebFetch(domain:assets2.lottiefiles.com)",
"WebFetch(domain:assets3.lottiefiles.com)",
"WebFetch(domain:lottie.host)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:github.com)",
"WebFetch(domain:cdn.jsdelivr.net)",
"WebFetch(domain:unpkg.com)",
"WebFetch(domain:pixabay.com)",
"WebFetch(domain:vecteezy.com)",
"WebFetch(domain:pexels.com)",
"WebFetch(domain:unsplash.com)",
"WebFetch(domain:rawpixel.com)",
"WebFetch(domain:freepik.com)",
"mcp__Claude_in_Chrome__tabs_context_mcp", "mcp__Claude_in_Chrome__tabs_context_mcp",
"mcp__Claude_in_Chrome__tabs_create_mcp",
"mcp__Claude_in_Chrome__tabs_close_mcp",
"mcp__Claude_in_Chrome__browser_batch", "mcp__Claude_in_Chrome__browser_batch",
"mcp__Claude_in_Chrome__computer", "mcp__Claude_in_Chrome__computer",
"mcp__Claude_in_Chrome__read_console_messages",
"mcp__Claude_in_Chrome__navigate", "mcp__Claude_in_Chrome__navigate",
"mcp__Claude_in_Chrome__javascript_tool", "mcp__Claude_in_Chrome__javascript_tool",
"mcp__Claude_in_Chrome__read_console_messages",
"mcp__Claude_in_Chrome__read_network_requests",
"mcp__Claude_in_Chrome__read_page",
"mcp__Claude_in_Chrome__find",
"mcp__Claude_in_Chrome__form_input",
"mcp__Claude_in_Chrome__file_upload",
"mcp__Claude_in_Chrome__upload_image",
"mcp__Claude_in_Chrome__resize_window",
"mcp__Claude_in_Chrome__switch_browser", "mcp__Claude_in_Chrome__switch_browser",
"WebSearch", "mcp__Claude_in_Chrome__select_browser",
"WebFetch(domain:unsplash.com)", "mcp__Claude_in_Chrome__list_connected_browsers",
"Bash(gh auth *)", "mcp__Claude_in_Chrome__get_page_text",
"Bash(git --version)",
"Bash(git config *)", "mcp__Claude_Preview__preview_start",
"PowerShell(git config --global user.name)", "mcp__Claude_Preview__preview_stop",
"PowerShell(git config --global user.email)" "mcp__Claude_Preview__preview_screenshot",
"mcp__Claude_Preview__preview_eval",
"mcp__Claude_Preview__preview_resize",
"mcp__Claude_Preview__preview_logs",
"mcp__Claude_Preview__preview_console_logs",
"mcp__Claude_Preview__preview_network",
"mcp__Claude_Preview__preview_inspect",
"mcp__Claude_Preview__preview_snapshot",
"mcp__Claude_Preview__preview_list",
"mcp__Claude_Preview__preview_click",
"mcp__Claude_Preview__preview_fill",
"mcp__computer-use__request_access",
"mcp__computer-use__screenshot",
"mcp__computer-use__zoom",
"mcp__computer-use__cursor_position",
"mcp__computer-use__mouse_move",
"mcp__computer-use__wait",
"mcp__computer-use__list_granted_applications"
] ]
} }
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 18 KiB