Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ e2eテストが `e2e/` にある。`mise run e2e` でバイナリをビルドし

## コミット

Conventional Commits (convcoがcommit-msgフックで検証)。`git log` の大半は旧来のgitmoji形式なので真似しない。typeは `.versionrc` の一覧、scopeは `deps` と `ci` のみ許可。
Conventional Commits (convcoがcommit-msgフックで検証)。`git log` の大半は旧来のgitmoji形式なので真似しない。

typeは `.versionrc` の一覧、scopeは `deps` と `ci` のみ許可。
コーディングエージェント関係の Markdown (e.g. `CLAUDE.md`, `SKILL.md`) の追加・変更・削除は wk を使うユーザーには関係がないため `chore` として扱うこと。

`.github/workflows` を触ったらactionはSHA固定 (`mise run gha:pin`)。pre-commitの `gha:lint` が未固定を弾く。