Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
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 (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughAdds Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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/rules/scripts.md:
- Line 36: Update the documentation line that mentions "Same Bun-first API
preferences as top-level scripts (`Bun.spawn`, `Bun.$`, `Bun.file`)" to
explicitly mark Bun.$ as experimental and unstable: note that Bun.$ (the Bun
Shell API) was introduced experimentally in Bun v1.0.24+, is under active
development, has known bugs/crashes, lacks stability guarantees, and may change
or break without notice; keep Bun.spawn and Bun.file described as stable while
adding a short cautionary sentence advising developers not to rely on Bun.$ for
production scripts and to pin Bun versions or avoid it in critical paths.
🪄 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: c12bda9c-1eee-4cb7-85f6-a0f356b6cb2a
📒 Files selected for processing (1)
.claude/rules/scripts.md
39d157c to
a7b792e
Compare
a7b792e to
679668d
Compare
|
Stack: scripts-rules Part of a stacked PR chain. Do not merge manually. |
122bded to
437c943
Compare
|
437c943 to
aed723e
Compare
Summary
.claude/rules/scripts.mdtargetingscripts/**/*.tslib/shared utilities, co-located tests), script structure (JSDoc header,parseArgswithstrict: true, Bun-first APIs, exit handling), andlib/module conventions (no side effects on import, exported types, co-located constants)scripts/run-tests.tsas the canonical exampleTest plan
bun run format:checkpassesbun run lintpassesbun run typecheckpasses