From db6cc71bdb24cee10a1f656600abebb98304be13 Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Tue, 4 Aug 2026 11:00:41 +0530 Subject: [PATCH] Update taste.md --- .commandcode/taste/taste/taste.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.commandcode/taste/taste/taste.md b/.commandcode/taste/taste/taste.md index 84ef180..a61ab62 100644 --- a/.commandcode/taste/taste/taste.md +++ b/.commandcode/taste/taste/taste.md @@ -4,6 +4,7 @@ - When removing unused code (e.g., an unused tRPC procedure), prefers a complete cleanup: also remove internal helper methods used only by it, associated types, re-exports, orphaned hook/API files and their shared types, and even commented-out imports, leaving zero remaining references. Confidence: 0.9 - Before removing or deciding on code, likes to first verify where it is actually used across the codebase (asks questions like "where is X used"), rather than removing based on assumption. Confidence: 0.4 - Prefers light/pastel colors for randomized or accent UI elements (e.g., tabs, chips). Confidence: 0.7 +- Prefers minimal, flat tab/navigation UI: active state shown with a thick underline, no pill/chip backgrounds or rounded fills; communicates desired visual styles by sharing reference images/screenshots. Confidence: 0.8 - Wants the agent to come up with a plan first before implementing code changes. Confidence: 0.9 - Appreciates being asked clarifying design questions with concrete options during planning. Confidence: 0.7 - Prefers embedding related data into existing cache files over creating or calling separate API endpoints. Confidence: 0.9