Skip to content

Commit 2dbcfcc

Browse files
ericyangpanclaude
andcommitted
docs: reorganize project documentation and improve README
- Move CLAUDE.md to .claude/CLAUDE.md for better organization - Remove deprecated manifest-creator skill - Add project icon to README - Improve README links formatting πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 5272555 commit 2dbcfcc

File tree

4 files changed

+6
-423
lines changed

4 files changed

+6
-423
lines changed

CLAUDE.md renamed to .claude/CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
55
## Internationalization (i18n)
66

77
When creating or modifying any page, module, or data:
8-
- **MUST support at least 3 languages:** English, Simplified Chinese (zh-Hans), and German (de), NEVER hardcode `'en' | 'zh-Hans'`
8+
- **MUST support at least 4 languages:** English, Simplified Chinese (zh-Hans), German (de), and Korean (ko), NEVER hardcode `'en' | 'zh-Hans'`
99
- **MUST use the localized Link component:** Always import and use `import { Link } from '@/i18n/navigation'` instead of Next.js default Link
1010

1111
### Localization Best Practices

β€Ž.claude/skills/manifest-creator/SKILL.mdβ€Ž

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
Β (0)