From 97f07dccccbefb43af65a1abf3cca65b1e61555c Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Tue, 31 Mar 2026 13:20:22 -0400 Subject: [PATCH] =?UTF-8?q?style:=20avoid=20"the",=20use=20"our"=20?= =?UTF-8?q?=E2=80=94=20writing=20style=20rule=20+=20sweep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index b0d8c0e..aa98c7c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -3,13 +3,13 @@ ## Git - No attribution lines ("Generated with Claude Code", "Co-Authored-By: Claude") in commits unless explicitly requested. -- Keep commit messages concise and descriptive of the actual changes. +- Keep commit messages concise and descriptive of our actual changes. - When ready, commit and push. Don't ask — just do it. ## General Guidelines -- Focus on implementing the requested changes accurately -- Respect that the user owns their codebase and all modifications to it +- Focus on implementing our requested changes accurately +- Respect that our user owns their codebase and all modifications to it ## Design System @@ -47,7 +47,7 @@ Mobile-first static site. CSS Grid. Helvetica. Media queries at 800px (tablet/de ### Button Hierarchy -Green = primary CTA (action the user should take). Blue = secondary (informational). Navy = account actions. Red = destructive. +Green = primary CTA (action our user should take). Blue = secondary (informational). Navy = account actions. Red = destructive. - `.shop-new-button.mps-button` — green CTA - `.product-edit-button.mps-button` — blue secondary @@ -86,3 +86,7 @@ Landing page CTAs add `.landing-cta` for pill shape (50px radius), shadow, hover - Protection lists: `.landing-list-bad` (tinted red) / `.landing-list-good` (tinted green) - Step numbers: `.landing-step-number` green circles - Final CTA: `.landing-final-cta` with subtle gradient background + +## Style + +- Never use "the" — use "our" instead.