4 Commits

Author SHA1 Message Date
5af64daef0 🧑‍💻 dx: git commit 명령어 문서 및 가이드라인 보완 2026-03-02 19:55:29 +09:00
7a64ee078b feat: add \$ARGUMENTS placeholder to git commit command
커밋 메시지 인자를 받을 수 있도록 git commit 커맨드에 \$ARGUMENTS 플레이스홀더 추가

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-02 19:48:08 +09:00
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