Skip to content

chore: 不要なコードとファイルを削除 (#511) - #512

Merged
keito4 merged 1 commit into
mainfrom
claude/issue-511-20260226-0300
Feb 27, 2026
Merged

chore: 不要なコードとファイルを削除 (#511)#512
keito4 merged 1 commit into
mainfrom
claude/issue-511-20260226-0300

Conversation

@claude

@claude claude Bot commented Feb 26, 2026

Copy link
Copy Markdown
Contributor

Summary

不要なコード・ファイルを削除しました。

削除したファイル

  • .vscode/cspell-custom-words.txt: 0バイトの空ファイル(内容なし)
  • .zsh/configs/virtual/go.zsh: コメント1行のみ(dev containerに移行済みという旨のコメント)
  • .zsh/configs/virtual/python.zsh: コメント1行のみ(dev containerに移行済みという旨のコメント)

修正したファイル

  • cspell.json: 削除された cspell-custom-words.txt への参照を除去
  • dot/.zshrc:
    • Amazon Q のタイミング計測ブロックを削除(実際のAmazon Qコードが存在しないため計測対象なし)
    • Windsurf PATH の重複エントリを削除(同一エントリが2回記述されていた)

保持したファイル(削除検討後、使用中と判明)

  • git/commitlint.config.js → Dockerfile Line 189 で使用中
  • .devcontainer/codex-config.json → Dockerfile Line 131 で使用中
  • .claude/commands/security-review.md → スキル定義として有効

Closes #511

Generated with Claude Code

- `.vscode/cspell-custom-words.txt` を削除(0バイトの空ファイル)
- `cspell.json` から削除したファイルへの参照を除去
- `.zsh/configs/virtual/go.zsh` を削除(コメント1行のみ、dev containerに移行済み)
- `.zsh/configs/virtual/python.zsh` を削除(コメント1行のみ、dev containerに移行済み)
- `dot/.zshrc` から Amazon Q のタイミングブロックを削除(実際のAmazon Qコードがなく計測のみ)
- `dot/.zshrc` から Windsurf PATH の重複エントリを削除

Fixes #511

Co-authored-by: keito4 <keito4@users.noreply.github.com>
@claude claude Bot mentioned this pull request Feb 26, 2026
@keito4
keito4 merged commit c26f6d6 into main Feb 27, 2026
11 checks passed
@github-actions

github-actions Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.81.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions Bot added the released リリース済み label Mar 1, 2026
@keito4
keito4 deleted the claude/issue-511-20260226-0300 branch March 1, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released リリース済み

Projects

None yet

Development

Successfully merging this pull request may close these issues.

不要なコードの削除

1 participant