From 30f4e08309947b61e12b5cea7ca624ad9f142317 Mon Sep 17 00:00:00 2001 From: Harsh <6162866+harsh62@users.noreply.github.com> Date: Fri, 3 Jul 2026 12:16:59 -0400 Subject: [PATCH] docs(develop-with-ai): add AWS Blocks steering-file recipe + fix modal icons Adds an "AWS Blocks integration" section to the steering-files page with a per-tool recipe (Claude Code, Cursor, Kiro) so AI coding assistants follow the Blocks integration patterns. All claims verified against the aws-blocks source (create-blocks-app scaffolds AGENTS.md; backend in aws-blocks/index.ts with CognitoVerifier + requireAuth; blocks:generate-client; import { api } from aws-blocks; npm run sandbox). Also folds in the modal icon fix from #8609: replace the puzzle emoji with IconStar and size both feature-point icons consistently. Rebuilt on latest main so the aws-blocks internal links (merged in #8606) resolve, clearing the earlier CheckPRLinks failure. --- src/components/Modal/Modal.tsx | 11 ++- .../develop-with-ai/steering-files/index.mdx | 71 ++++++++++++++++++- 2 files changed, 78 insertions(+), 4 deletions(-) diff --git a/src/components/Modal/Modal.tsx b/src/components/Modal/Modal.tsx index e6cc594460d..3cf451feb5c 100644 --- a/src/components/Modal/Modal.tsx +++ b/src/components/Modal/Modal.tsx @@ -65,9 +65,9 @@ export const Modal = (_props: ViewProps) => { aria-hidden="true" className="modal-key-point-left" textAlign="center" - fontSize="xxxl" + fontSize="xxl" > - 🧩 + @@ -81,7 +81,12 @@ export const Modal = (_props: ViewProps) => { -