Commit Graph

14 Commits

Author SHA1 Message Date
Kazuki Yamada
3f42d64255 docs(claude): Update commit message examples to match current format
User requested updating examples to reflect current documentation format:
- User asked: \例を今の形式に合わせて書いてください\
- User wanted examples to show actual dialogue patterns we use
- Assistant replaced generic examples with real ones from recent commits
- Second example now shows actual Japanese user request with translation
- Examples demonstrate proper dialogue type summaries and conversation flow

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 18:11:44 +09:00
Kazuki Yamada
89390a332e 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>
2025-06-08 18:10:29 +09:00
Kazuki Yamada
65e602158e docs(claude): Add dialogue type summaries to commit message format
User requested clarification on commit message dialogue format:
- User wanted dialogue type/nature to be summarized upfront
- User preferred descriptive headers like 'User requested feature enhancement'
- Assistant added dialogue type summaries before bullet points
- Examples now show 'feature enhancement for CI automation' and 'performance optimization discussion'
- Makes the nature of user-AI collaboration immediately clear

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 18:09:47 +09:00
Kazuki Yamada
19476abfcb docs(claude): Clarify dialogue section format in commit messages
Based on user conversation:
- User wanted dialogue part to be clearly distinguishable
- User suggested using headers like 'Generated from the following user dialogue:'
- User preferred bullet point format for dialogue summary
- Assistant updated examples to show clear section separation
- Makes it obvious which part contains user-AI conversation context

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 18:09:15 +09:00
Kazuki Yamada
60ecce1ce7 docs(claude): Add dialogue format markers for commit messages
User: 'The current examples don't clearly show it's a dialogue'
Assistant: Added explicit 'User:' and 'Assistant:' markers to make
conversation flow more obvious in commit bodies.

User: 'Make it clear this is about dialogue'
Assistant: Updated examples to show actual conversation exchanges
with arrows (→) for quick actions and clear dialogue structure.

This makes commit messages more readable and the user-AI collaboration
context immediately apparent to future developers.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 18:08:06 +09:00
Kazuki Yamada
23b7f2c109 docs(claude): Clarify user dialogue context belongs in commit body
User pointed out that dialogue context should be in the commit body,
not just the title. Updated examples to show proper format with
technical summary in title and user context/reasoning in body.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 18:06:12 +09:00
Kazuki Yamada
3bec8c29f3 docs(claude): Add guidance for including user dialogue context in commits
- Specify that commit messages should reference the conversation/request that led to changes
- Provide examples showing how to connect commits to user interactions
- Improves traceability between user requests and code changes for future reference
2025-06-08 18:05:06 +09:00
Kazuki Yamada
beb7df79ac docs(claude): Emphasize mandatory pre-commit lint and test execution
- Add dedicated 'Pre-Commit Requirements (MANDATORY)' section
- Clearly specify npm run lint && npm run test as required before every commit
- Explain what each command does (Biome, TypeScript, Secretlint, full test suite)
- Emphasize never committing failing code
- Update Review Process Checklist to mark linting/testing as MANDATORY
- Reorganize Git Workflow section for better clarity

This ensures code quality and prevents broken commits from entering the repository.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 12:39:44 +09:00
Kazuki Yamada
791587e82d docs(claude): Add continuous knowledge management guidelines
- Emphasize immediate documentation of learned patterns during development
- Add examples of valuable knowledge worth documenting (project quirks, tools, debug techniques)
- Provide guidelines for maintaining this file with specific, contextual information
- Stress that CLAUDE.md is a living document that should grow with each session
- Ensure knowledge continuity across different coding sessions

This will help preserve valuable insights and patterns discovered during
development tasks, making future work more efficient.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 12:34:47 +09:00
Kazuki Yamada
10b534c9e9 docs(claude): Emphasize importance of resolving PR conversations
- Highlight 'IMPORTANT\!' for conversation resolution step
- Add checklist for complete PR review process
- Emphasize that resolving conversations shows respect for reviewers
- Note that unresolved conversations can delay PR approval
- Add reminder about efficient PR management

This ensures future PRs properly resolve all feedback conversations.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 12:33:48 +09:00
Kazuki Yamada
93dbf83194 docs(claude): Add PR review process and comment handling guide
- Add commands for viewing different types of PR comments (general, line-specific, reviews)
- Document automated review bots used in this repository (CodeRabbit, Gemini, Copilot, Codecov)
- Provide workflow for responding to review feedback with proper commit messages
- Include common review issues and solutions for Vue.js/frontend development
- Add guidance for resolving conversations and responding to reviewers

This will help with future PR review processes and ensure consistent
handling of automated review feedback.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-08 12:33:03 +09:00
Kazuki Yamada
28614817de docs: enhance CLAUDE.md with comprehensive architecture guide
Add detailed architecture overview, core components documentation,
and key design patterns to help future Claude Code instances be
more productive. Include additional development commands and
conventional commit guidelines.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-05-31 00:15:07 +09:00
Viktor Szépe
3ff6202404 Fix EC violations 2025-04-19 20:27:03 +00:00
yamadashy
2acc7af58c chore(claude): Add CLAUDE.md 2025-03-02 01:29:48 +09:00