fix: make Claude hook settings shell neutral - #671
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
WalkthroughThis PR removes shell-dependent variable expansion from Claude hook commands, replacing ChangesShell-Neutral Claude Hooks
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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 |
📊 Coverage ReportCoverage report not available
Generated by PR Automation (Story 6.1) |
Summary
${CLAUDE_PROJECT_DIR:-.}hook commands in committed Claude settings with shell-neutral relative wrapper commandsCLAUDE_PROJECT_DIR/${...}syntaxValidation
git diff --checknpm test -- tests/claude/subagent-governance.test.js --runInBand --forceExitnpm run validate:semantic-lintnpm run validate:manifestnpm run validate:publishnpm run lint -- --quietnpm run typechecknpm run test:ci(315 suites / 7,847 tests passed; 149 skipped)Context
Clean replacement for the remaining Windows hook command residue from stale PR #551. The older PR remains dirty and broader than the remaining runtime issue; this PR keeps the current wrapper architecture intact.
Summary by CodeRabbit
Bug Fixes
Tests
Documentation
Chores