Commit Graph

2 Commits

Author SHA1 Message Date
10aeaa0514 refactor: reorganize Claude commands into subdirectory structure
Move commit.md from .claude/commands/ to .claude/commands/git/ to support
namespace-based command organization (git:commit slash command format).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 19:44:48 +09:00
3c5eb87784 feat: initialize Next.js v15 starter kit with Korean support
Set up Next.js v15 starter kit with App Router architecture including:
- TailwindCSS v4 with CSS-based config and OKLCH color system
- shadcn/ui components (New York style) with Lucide icons
- next-themes for light/dark/system theme toggle (Korean labels)
- Layout components: navbar, footer, theme-toggle
- Import aliases and TypeScript configuration

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 19:42:50 +09:00