🔥 remove: drop unity command alias#120
Conversation
The `unity` entrypoint collides with the official Unity Hub CLI on PATH. Keep `unity-cli` (canonical) and `u` (short alias). Breaking change: scripts using `unity ...` must switch to `u` or `unity-cli`.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughこのPRは、公式の Unity Hub CLI との命名競合を解決するため、 ChangesCLI コマンド エイリアス統一
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Closes #119
Summary
unityentrypoint from[project.scripts]because it collides with the official Unity Hub CLI onPATHunity-cli(canonical) andu(short alias)unity statelineBreaking change
Scripts invoking
unity ...must switch tou ...orunity-cli .... Worth highlighting in the next release notes.Test plan
uv tool install .and confirm onlyunity-cli/u/unity-relayare exposed (nounity)u state/unity-cli statestill workwhich unityresolves to the official Unity Hub CLI (no shadowing)Summary by CodeRabbit
stateコマンドの実行方法をunity-cli state(フルネーム)とu state(短縮形)に整理しました。従来の別の実行方法は削除されました。