Add working directory context to dry-run compile command - #26
Conversation
Include cd command in dry-run output so users can copy and paste the command directly. The work_dir path is escaped using Shellwords to handle paths with spaces or special characters. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
WalkthroughThe dry-run output in Changes
Possibly Related PRs
Poem
Estimated code review effort: 🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
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 |
Summary
cd <work_dir> &&prefix to compile command shown with dry-run optionShellwords.escapeTest plan
🤖 Generated with Claude Code