chore(runtime): consume adapter-core writeback normalizer#245
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Review limit reached
More reviews will be available in 28 minutes and 22 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 adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 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 |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 898e35f39a
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| normalizeWritebackStatus, | ||
| WritebackError, |
There was a problem hiding this comment.
Restore the writeback shim until core exports exist
In the bumped @relayfile/adapter-core 0.3.60 source for vfs-client, these new named exports are not present, so this import (and the matching re-exports below) makes the runtime package fail to compile with missing-export errors before any tests can run. This affects every consumer installing this commit's lockfile/package range, so the wrapper needs to keep the local shim or wait for a core version that actually publishes normalizeWritebackStatus, WritebackError, and the normalized status types.
Useful? React with 👍 / 👎.
|
The adapter-core
The behavior is preserved. No fail-closed→fail-open regression. The runtime's This PR is a clean dependency-consolidation change with full CI green. I found no issues requiring edits. There are no bot or reviewer comments to address. No mechanical fixes needed. Review SummaryPR #245 (cloud #2297): The PR bumps Verification (ran the full CI sequence end-to-end):
Behavioral / safety checks:
Files edited: none. No mechanical/lint fixes were required; the working tree is left unchanged. Addressed comments
Advisory Notes
The PR is a clean dependency consolidation, fully green across build/lint/typecheck/test with no behavioral changes. The remaining merge decision is human judgment. |
Summary
Tests