freshyo/.commandcode/taste/taste/taste.md
2026-08-05 22:51:52 +05:30

1.9 KiB

Taste

  • Prefers that the agent not run typechecks; instead, read the project's AGENTS.md for instructions on what to do/not do before finalizing work. Confidence: 0.9
  • Prefers detailed analysis and explicit error/mistake checking before executing git operations (e.g., merges), rather than just performing the action. Confidence: 0.6
  • 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
  • Prefers using icons from Hicons (rather than custom/hand-authored SVGs or other icon libraries). Confidence: 0.9
  • When a feature or page is repurposed, wants file names, route names, and code references renamed to match the new purpose (not just UI content/icons). Confidence: 0.8
  • Wants analysis findings and plans persisted in a markdown file before any implementation begins, with explicit confirmation that implementation is paused until instructed. Confidence: 0.8