From 4b1b63ec7f54521783742bef72f718525006898d Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 10 Feb 2026 08:21:09 +0000 Subject: [PATCH] Update starter pack message to clarify users joined Bluesky Change "used this starter pack" to "joined Bluesky via this starter pack" for clearer messaging. Also add notes to CLAUDE.md that intl extract/compile commands should not be run manually. https://claude.ai/code/session_01UW2STvfNShaXXhu47c2tWg --- CLAUDE.md | 8 +++++--- src/screens/StarterPack/StarterPackScreen.tsx | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index ea77e350d3..5b0369e6c8 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,8 +29,9 @@ yarn lint # Run ESLint yarn typecheck # Run TypeScript type checking # Internationalization -yarn intl:extract # Extract translation strings (you don't typically need to run this manually, we have CI for it) -yarn intl:compile # Compile translations for runtime +# DO NOT run these commands - extraction and compilation are handled by CI +yarn intl:extract # Extract translation strings (nightly CI job) +yarn intl:compile # Compile translations for runtime (nightly CI job) # Build yarn build-web # Build web version @@ -299,8 +300,9 @@ function MyComponent() { **Commands:** ```bash +# DO NOT run these commands - extraction and compilation are handled by a nightly CI job yarn intl:extract # Extract new strings to locale files -yarn intl:compile # Compile for runtime (required after changes) +yarn intl:compile # Compile translations for runtime ``` ## State Management diff --git a/src/screens/StarterPack/StarterPackScreen.tsx b/src/screens/StarterPack/StarterPackScreen.tsx index 4e4dd1a372..e4fbc81891 100644 --- a/src/screens/StarterPack/StarterPackScreen.tsx +++ b/src/screens/StarterPack/StarterPackScreen.tsx @@ -501,7 +501,7 @@ function Header({ value={starterPack.joinedAllTimeCount || 0} other="# people have" />{' '} - used this starter pack! + joined Bluesky via this starter pack!