From 29aabd7bfcfef37d43ab0b30941072c47da1796c Mon Sep 17 00:00:00 2001 From: christine betts Date: Wed, 8 Oct 2025 17:56:57 -0400 Subject: [PATCH] Remove 'hello' extension (#10741) --- hello/GEMINI.md | 8 -------- hello/gemini-extension.json | 5 ----- 2 files changed, 13 deletions(-) delete mode 100644 hello/GEMINI.md delete mode 100644 hello/gemini-extension.json diff --git a/hello/GEMINI.md b/hello/GEMINI.md deleted file mode 100644 index 22f6bbce5e..0000000000 --- a/hello/GEMINI.md +++ /dev/null @@ -1,8 +0,0 @@ -# Ink Library Screen Reader Guidance - -When building custom components, it's important to keep accessibility in mind. While Ink provides the building blocks, ensuring your components are accessible will make your CLIs usable by a wider audience. - -## General Principles - -Provide screen reader-friendly output: Use the useIsScreenReaderEnabled hook to detect if a screen reader is active. You can then render a more descriptive output for screen reader users. -Leverage ARIA props: For components that have a specific role (e.g., a checkbox or a button), use the aria-role, aria-state, and aria-label props on and to provide semantic meaning to screen readers. diff --git a/hello/gemini-extension.json b/hello/gemini-extension.json deleted file mode 100644 index c3fee9836e..0000000000 --- a/hello/gemini-extension.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "name": "context-example", - "version": "1.0.0", - "contextFileName": "GEMINI.md" -}