From 02e502e6ac27acb609d4626dddeab182ecf23fee Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 9 Jul 2025 14:42:30 -0700 Subject: [PATCH] Add writing guidelines for examples and context MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use broadly applicable examples rather than overly specific business cases - Lead with context when helpful - explain what something is before diving into implementation details 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 4749ee6a4..213dd1250 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -31,6 +31,8 @@ - Language tags on all code blocks - Alt text on all images - Relative paths for internal links +- Use broadly applicable examples rather than overly specific business cases +- Lead with context when helpful - explain what something is before diving into implementation details ## Git workflow - NEVER use --no-verify when committing