DevContainer CLI使ってたけど、標準のサンドボックス機能あったんだ
Claude Code のサンドボックス機能を試してみた
https://azukiazusa.dev/blog/claude-code-sandbox-feature
@shugo I agree on both points. I don't understand why a lot of people think SemVer is the answer. I also just ignore the warnings from RubyGems that ~> is preferred, and I always stick with >=
~> caused me much more troubles than >= in the past. I feel like with ~> people are expecting breakage, but I really think we should try to be fully backward compatible rather than giving excuse on "this is a major change".