refactor: rename resume.md to RESUME.md and update references #15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Background / 背景
Improve file naming consistency by using uppercase convention for important documentation files.
重要なドキュメントファイルに大文字の命名規則を使用してファイル命名の一貫性を向上させます。
Changes / 変更内容
Renamed
contents/resume.mdtocontents/RESUME.mdUpdated all file references across the codebase:
package.json: Updatedlint:textscript pathREADME.md: Updated content management section and removed outdatedyarn exportreferencesCLAUDE.md: Updated file structure and content management sectionssrc/app/page.tsx: Updated file path ingetResumeContentfunctioncontents/resume.mdをcontents/RESUME.mdにリネームコードベース全体のファイル参照を更新:
package.json:lint:textスクリプトのパスを更新README.md: コンテンツ管理セクションを更新し、古いyarn export参照を削除CLAUDE.md: ファイル構造とコンテンツ管理セクションを更新src/app/page.tsx:getResumeContent関数のファイルパスを更新Impact scope / 影響範囲
This is a file rename operation with corresponding reference updates. The content and functionality remain unchanged, only the file name and paths are updated for better consistency.
これはファイルのリネーム操作と対応する参照の更新です。コンテンツと機能は変更されず、より良い一貫性のためにファイル名とパスのみが更新されます。
Testing / 動作確認
Verified all file references are updated correctly
Confirmed the application builds and runs without errors
Tested that content is still displayed properly
すべてのファイル参照が正しく更新されたことを確認
アプリケーションがエラーなくビルドおよび実行されることを確認
コンテンツが適切に表示されることをテスト
🤖 Generated with Claude Code