Skip to content

Commit 8fa97dc

Browse files
wtheisenclaude
andcommitted
Rename all card files to crop suit names (wheat, sunflower, potato, beet)
- Renamed all card SVG files from French suits to crop suits - Simplified Card.js to use suit names directly (no mapping) - Updated service worker to v6 with new file names - New bundle hash forces cache refresh 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 9f2460f commit 8fa97dc

File tree

112 files changed

+122
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+122
-122
lines changed

.claude/settings.local.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,15 @@
5858
"Bash(src/client/styles/board.css )",
5959
"Bash(docs/)",
6060
"Bash(ls:*)",
61-
"Bash(git log:*)"
61+
"Bash(git log:*)",
62+
"Bash(for f in *_of_spades.svg)",
63+
"Bash(do mv \"$f\" \"$f/_of_spades/_of_wheat\")",
64+
"Bash(for f in *_of_clubs.svg)",
65+
"Bash(do mv \"$f\" \"$f/_of_clubs/_of_sunflower\")",
66+
"Bash(for f in *_of_diamonds.svg)",
67+
"Bash(do mv \"$f\" \"$f/_of_diamonds/_of_potato\")",
68+
"Bash(for f in *_of_hearts.svg)",
69+
"Bash(do mv \"$f\" \"$f/_of_hearts/_of_beet\")"
6270
],
6371
"deny": [],
6472
"ask": []

0 commit comments

Comments
 (0)