## 対応内容
- <ファイルパス>
- <変更点を箇条書き>
- <ファイルパス>
- <変更点...>
## 影響
- 機能仕様の変更: なし/あり(あれば具体)
- ビルド/実行への影響: なし/あり(具体)
- コーディング規約への準拠状況: 準拠(any/非nullアサーション/console.log など禁止事項の対応)
## 確認コマンド(任意)
- フォーマット/静的検査: `npx @biomejs/biome check --write .`
- ビルド: `pnpm build`
- ローカル起動: `pnpm dev` (https 有効。必要なら hosts に `127.0.0.1 pull.log`)
目的:
主要タスク:
対応内容:
実装時の制約/規約:
手順:
npx @biomejs/biome check --write .pnpm buildまたはpnpm typecheckを実行git add -Agit push -u origin <作成ブランチ>gh pr create --base <ベース> --head <作成ブランチ> --title <コミットタイトル> --body-file <一時ファイル>ghが無い場合は PR URL を生成して表示:https://github.com/<owner>/<repo>/compare/<base>...<branch>?expand=1