diff --git a/.jules/palette.md b/.jules/palette.md new file mode 100644 index 00000000..54137737 --- /dev/null +++ b/.jules/palette.md @@ -0,0 +1,3 @@ +## 2026-07-22 - Screen Reader Friendly Navigation Hints +**Learning:** Screen readers in CLI environments (like Ink) rely on raw text output and often fail to announce symbolic characters (e.g., up/down arrows, return symbol) properly, causing accessibility regressions. +**Action:** Use visually concise but screen-reader-friendly descriptive text (e.g., 'Up/Down', 'Enter') instead of symbols for keyboard navigation hints. diff --git a/src/cli/ui/components/CommandSuggestionList.tsx b/src/cli/ui/components/CommandSuggestionList.tsx index 7e66838a..d51fe548 100644 --- a/src/cli/ui/components/CommandSuggestionList.tsx +++ b/src/cli/ui/components/CommandSuggestionList.tsx @@ -116,7 +116,7 @@ export const CommandSuggestionList: React.FC = ({ - ↑↓ nav · ⏎ select · esc close + Up/Down nav · Enter select · Esc close