Merged
Conversation
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Walkthrough開発ワークフローにコードフォーマットとプリコミットチェックを導入する変更。oxfmt、lint-staged、Husky、VSCode 推奨設定、pnpm による依存管理、および GitHub Actions のフォーマットチェックを追加します。 (49語) 変更内容(Changes)
Sequence Diagram(s)sequenceDiagram
rect rgba(200,230,201,0.5)
participant Dev as 開発者
end
rect rgba(187,222,251,0.5)
participant Git as Git/リポジトリ
participant Husky as Husky (pre-commit)
participant Lint as lint-staged
participant Oxfmt as oxfmt
end
rect rgba(255,224,178,0.5)
participant GH as GitHub Actions
participant Runner as CI ランナー (pnpm)
end
Dev->>Git: コミット/プッシュ
Git->>Husky: pre-commit フック起動
Husky->>Lint: lint-staged 実行
Lint->>Oxfmt: `oxfmt --no-error-on-unmatched-pattern` を適用
Dev->>Git: push -> ワークフロー トリガー
Git->>GH: イベント通知 (push/PR)
GH->>Runner: ワークフロー実行 (セットアップ pnpm + node)
Runner->>Runner: `pnpm install --frozen-lockfile`
Runner->>Runner: `pnpm run format:check` (oxfmt --check)
Runner-->>GH: 結果報告
推定レビュー時間(Estimated code review effort)🎯 2 (Simple) | ⏱️ ~15 分 詩(Poem)
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
チョア
✏️ Tip: You can customize this high-level summary in your review settings.