Skip to content

fix: テンプレート管理を一元化し、make test記述を削除#153

Merged
douhashi merged 2 commits into
mainfrom
fix/unify-template-management
Oct 26, 2025
Merged

fix: テンプレート管理を一元化し、make test記述を削除#153
douhashi merged 2 commits into
mainfrom
fix/unify-template-management

Conversation

@douhashi
Copy link
Copy Markdown
Owner

概要

テンプレートファイルの管理を一元化し、make testの記述を削除しました。

問題

  • ./templates/internal/config/templates/の2箇所にテンプレートファイルが存在し、混乱を招いていた
  • internal/config/templates/に古いバージョンが残っており、make testの記述が含まれていた
  • soba init実行時に古いテンプレートがコピーされる問題があった

変更内容

  1. テンプレート管理の一元化

    • ./templates/ディレクトリを削除(実際には使用されていなかった)
    • internal/config/templates/に最新の内容を統合
  2. make test記述の削除

    • implement.mdrevise.mdからmake testの記述を削除
    • Timeout指定のみのシンプルな形式に変更

テスト

  • go buildでビルド成功
  • soba init実行後、生成されたテンプレートにmake testが含まれていないことを確認
  • 関連するユニットテスト(TestClaudeCommandsManager)が全てパス

🤖 Generated with Claude Code

douhashi and others added 2 commits October 26, 2025 17:45
- ./templates/ディレクトリを削除(未使用のため)
- internal/config/templates/に最新の内容を統合
- implement.mdとrevise.mdから`make test`記述を削除
- soba initで正しいテンプレートが展開されることを確認

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@douhashi douhashi merged commit 6c937b1 into main Oct 26, 2025
3 checks passed
@douhashi douhashi deleted the fix/unify-template-management branch October 26, 2025 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant