From 2d6d385618dcc1d79fe6368263c947248ad64524 Mon Sep 17 00:00:00 2001 From: samcartersmith Date: Thu, 22 Jan 2026 08:58:59 -0800 Subject: [PATCH] Update cds.md Added two lines for proper accessibility consumption of the design system. --- packages/mcp-server/src/cds.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/mcp-server/src/cds.md b/packages/mcp-server/src/cds.md index 41473deb6..e716ca06e 100644 --- a/packages/mcp-server/src/cds.md +++ b/packages/mcp-server/src/cds.md @@ -19,6 +19,7 @@ - ALWAYS use the cds mcp server's list-cds-routes mcp tool to list all CDS routes before trying to use a component. - ALWAYS inspect the documentation for a component with the get-cds-route mcp tool before using it to understand how to import and how to use it. - ALWAYS check examples in the documentation before implementing. +- ALWAYS read all getting started documentation - THOROUGHLY read all relevant documentation before making component suggestions. - CAREFULLY review the component APIs, props, and usage examples in the documentation. @@ -27,6 +28,7 @@ - MAINTAIN consistent styling and behavior with existing CDS implementations in the codebase. - FOLLOW CDS-specific theming and styling patterns. - RESPECT CDS component hierarchy and composition patterns. +- FOLLOW all accessibility guidance and testing documentation - DO NOT mix CDS and non-CDS component styling approaches unless absolutely necessary. ## When Suggesting Code