Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@tktcorporation
Copy link
Owner

Summary

  • push コマンド追加: ローカル変更を GitHub PR として自動送信
  • diff コマンド追加: ローカルとテンプレートの差分をプレビュー
  • ホワイトリスト形式に移行: files + excludeFiles から patterns (glob) 形式に変更
  • devcontainer.json の整理

Test plan

  • pnpm build が成功すること
  • pnpm test:run が成功すること
  • npx @tktco/create-devenv --help でサブコマンド一覧が表示されること
  • npx @tktco/create-devenv diff --help が動作すること
  • npx @tktco/create-devenv push --help が動作すること

🤖 Generated with Claude Code

tktcorporation and others added 3 commits December 8, 2025 15:10
- push コマンド追加: ローカル変更を GitHub PR として送信
- diff コマンド追加: ローカルとテンプレートの差分を表示
- ホワイトリスト形式に移行: files+excludeFiles から patterns (glob) 形式に変更
- GitHub API を使用した PR 自動作成機能
- テンプレート対象ファイルを明示的に指定する形式に変更

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

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
@tktcorporation tktcorporation merged commit ff0ea92 into main Dec 8, 2025
5 checks passed
@github-actions github-actions bot mentioned this pull request Dec 8, 2025
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.

2 participants