rename: pnpm pr-create → create-pr, pnpm merge → merge-pr - #31
Conversation
|
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 (8)
✅ Files skipped from review due to trivial changes (8)
📝 WalkthroughWalkthroughこのPRは、複数のCLIスクリプトコマンド名を体系的に改名します。 Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In @.claude/settings.local.json.template:
- Around line 6-8: Update the command patterns that incorrectly use a
space+asterisk so they match zero-arg invocations: replace the strings
"Bash(pnpm create-pr *)" and "Bash(pnpm merge-pr *)" with "Bash(pnpm create-pr)"
and "Bash(pnpm merge-pr)" respectively (the wildcard form in this ruleset is the
:* form when needed, but here we want to allow no-argument calls by removing the
trailing space+asterisk).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 635277a4-fa4f-413c-982c-15c9cd5ec31a
📒 Files selected for processing (8)
.claude/hooks-config.toml.claude/settings.local.json.templatedocs/adr/adr-009-post-pr-monitor.mddocs/adr/adr-013-merge-pipeline.mdpackage.jsonsrc/cli-merge-pipeline/src/main.rssrc/cli-pr-monitor/src/main.rssrc/hooks-pre-tool-validate/src/main.rs
パーミッション設定で無引数パターンも追加(CodeRabbit #31 指摘対応) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
386557c to
f5486b9
Compare
Summary
Summary by CodeRabbit
リリースノート
pnpm pr-createからpnpm create-prにリネームpnpm mergeからpnpm merge-prにリネーム