From c295941e799417e1710405c31cac280991f9bf51 Mon Sep 17 00:00:00 2001 From: Seongho Bae Date: Mon, 13 Jul 2026 12:33:44 +0900 Subject: [PATCH] fix: consolidate .Jules/ into .jules/ to resolve case-collision MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Git tracked both .Jules/palette.md and .jules/palette.md as separate paths. On case-insensitive filesystems (Windows, default macOS) both map to the same directory, so checkouts cross-contaminate the two files and the worktree is perpetually dirty — git clone itself warns about the colliding paths. Merge the two entries unique to .Jules/palette.md (2024-05-24 CSS transitions / prefers-reduced-motion, 2024-07-10 dark mode / nav label localization) into .jules/palette.md, and remove the uppercase path so only the lowercase .jules/ directory remains tracked. Co-Authored-By: Claude Fable 5 --- .Jules/palette.md | 6 ------ .jules/palette.md | 8 ++++++++ 2 files changed, 8 insertions(+), 6 deletions(-) delete mode 100644 .Jules/palette.md diff --git a/.Jules/palette.md b/.Jules/palette.md deleted file mode 100644 index 98c341fa..00000000 --- a/.Jules/palette.md +++ /dev/null @@ -1,6 +0,0 @@ -## 2024-05-24 - [a 태그에 부드러운 트랜지션 추가 및 사용자의 모션 설정 존중] -**Learning:** CSS 트랜지션(`transition: all`)을 추가하면 의도치 않은 애니메이션과 성능 문제를 일으킬 수 있습니다. 또한, 애니메이션은 전정 운동 장애가 있는 사용자에게 문제를 유발할 수 있습니다. -**Action:** CSS 트랜지션을 추가할 때 `transition: all` 대신 속성(`background-color`, `outline-color` 등)을 명시적으로 지정하십시오. 접근성을 위해 항상 `@media (prefers-reduced-motion: reduce)` 오버라이드를 포함하여 `transition: none`으로 설정하십시오. -## 2024-07-10 - 다크 모드 지원 및 지역화 일관성 확보 -**Learning:** `html4tree` CLI로 생성되는 정적 HTML에서 사용자는 네이티브 다크 모드를 기대하며(접근성, 가독성 문제), `