docs(claude): Fix duplicate text in commit message example

User pointed out formatting issue in documentation:
- Example had redundant 'performance optimization discussion' in title
- User requested cleaning up the example format
- Assistant removed duplicate text to show proper title format
- Example now shows clean 'perf(metrics): Optimize token counting for top files'

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kazuki Yamada
2025-06-08 18:10:29 +09:00
parent 65e602158e
commit 89390a332e

View File

@@ -137,7 +137,7 @@ npm run test
Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Claude <noreply@anthropic.com>
``` ```
``` ```
perf(metrics): Optimize token counting performance optimization discussion: perf(metrics): Optimize token counting for top files
User questioned current token counting approach and suggested improvements: User questioned current token counting approach and suggested improvements:
- User asked: "Is token counting only used for top files display?" - User asked: "Is token counting only used for top files display?"