Skip to content

Commit 406b5a9

Browse files
StevenTCramerclaude
andcommitted
Add Code Quality Standards to Claude.md
Add meticulous analysis guidance: - Be meticulous, not diplomatic when identifying real issues - Analyze and understand before critiquing architectural decisions - Error on the side of quality for long-term product excellence - Remember template responsibility - fixes prevent widespread issue propagation These standards emerged from directory naming analysis work where initial surface-level criticism was corrected through proper architectural understanding. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8d94a7a commit 406b5a9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

TimeWarp.Architecture/Claude.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,12 @@ Use these regions in entity classes to organize associations:
234234

235235
## Development Workflow
236236

237+
### Code Quality Standards
238+
- **Be meticulous, not diplomatic**: Identify real issues clearly without excusing them as "strategic adaptations"
239+
- **Analyze, don't placate**: Understand the underlying reasons before critiquing naming, architecture, or design decisions
240+
- **Error on the side of quality**: Choose the approach that produces the best long-term product, even if it requires more work upfront
241+
- **Template responsibility**: Remember this code will be replicated hundreds of times - fix issues now to prevent widespread propagation
242+
237243
### Git Strategy
238244
- **Main branch**: `master` (not `main`)
239245
- **Merge strategy**: Use merge commits (not squash/rebase) to preserve development history

0 commit comments

Comments
 (0)