From c3f9369fae78bd5fba7c9086a9d119722894806c Mon Sep 17 00:00:00 2001 From: sivanel97 Date: Tue, 18 Nov 2025 17:13:06 +0200 Subject: [PATCH 1/2] Clarify capitalization rules for product names Updated capitalization requirements for product names and initialism. --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index da81f59d2b..648e24a985 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,7 +6,7 @@ - **REQUIRED**: Headers must have a capital letter only for the first word, rest in lowercase (e.g., "Promote scorecards"). **FLAG** any header with multiple capitalized words. - **REQUIRED**: Links must not be capitalized unless at the start of a new sentence. **FLAG** capitalized links mid-sentence. -- **REQUIRED**: General product names (Lambda, Kubernetes, ArgoCD) must follow standard capitalization. **FLAG** incorrect product name capitalization. +- **REQUIRED**: General product names (Lambda, Kubernetes, ArgoCD) and inisialism must follow standard capitalization. **FLAG** incorrect product name capitalization. So for example: "Create a Cursor API key" is ok. ### Code Examples - CRITICAL STANDARDS From 382827fadd8e2c81b65ab4ba536ef7bb8cdb6461 Mon Sep 17 00:00:00 2001 From: sivanel97 Date: Tue, 18 Nov 2025 17:15:37 +0200 Subject: [PATCH 2/2] Apply suggestion from @sivanel97 --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 648e24a985..0e6fba4710 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -6,7 +6,7 @@ - **REQUIRED**: Headers must have a capital letter only for the first word, rest in lowercase (e.g., "Promote scorecards"). **FLAG** any header with multiple capitalized words. - **REQUIRED**: Links must not be capitalized unless at the start of a new sentence. **FLAG** capitalized links mid-sentence. -- **REQUIRED**: General product names (Lambda, Kubernetes, ArgoCD) and inisialism must follow standard capitalization. **FLAG** incorrect product name capitalization. So for example: "Create a Cursor API key" is ok. +- **REQUIRED**: General product names (Lambda, Kubernetes, ArgoCD) and inisialism must follow standard capitalization. **FLAG** incorrect product name capitalization. So for example: "Create a Cursor API key" is ok, but "Create a New Blueprint" is not. ### Code Examples - CRITICAL STANDARDS