Add symlink script and update package.json with symlink command#5
Conversation
|
Warning Review limit reached
More reviews will be available in 52 minutes and 16 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 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 |
| @@ -0,0 +1,103 @@ | |||
| #!/usr/bin/env node | |||
| /** | |||
| * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com). | |||
There was a problem hiding this comment.
| * Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com). | |
| * Copyright (c) 2026, WSO2 LLC. (https://www.wso2.com). |
There was a problem hiding this comment.
Missed this, will fix in a followup PR.
Purpose
Adds a symlink script to the repository and registers the corresponding
symlinkcommand inpackage.json. This is needed to support local cross-package linking within the monorepo during development and migration workflows (branch:migrate).Approach
scripts/symlink.jsor similar) that creates filesystem symlinks between packages in the monorepo.symlinknpm command in the rootpackage.jsonso it can be invoked viapnpm run symlink(or equivalent) during local development setup.Related Issues
Related PRs
Checklist
breaking changelabel added.Security checks