Skip to content

Add hypervel/json-schema to the replace list#424

Merged
binaryfire merged 1 commit into
hypervel:0.4from
anabeto93:fix/replace-json-schema-package
Jul 7, 2026
Merged

Add hypervel/json-schema to the replace list#424
binaryfire merged 1 commit into
hypervel:0.4from
anabeto93:fix/replace-json-schema-package

Conversation

@anabeto93

Copy link
Copy Markdown
Contributor

The json-schema split package exists (src/json-schema, named hypervel/json-schema) and is mapped in the root PSR-4 autoload, but is missing from the replace list — every other split package is there. Requiring hypervel/json-schema alongside hypervel/components installs the split package a second time and duplicates its classes.

The json-schema split package exists and is mapped in the PSR-4
autoload, but was missing from the replace list. Requiring
hypervel/json-schema alongside hypervel/components installed the split
package a second time.
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@anabeto93, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

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, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: bc72ca3c-b5ce-495b-b74d-bc874befed01

📥 Commits

Reviewing files that changed from the base of the PR and between b87676c and f7cbadc.

📒 Files selected for processing (1)
  • composer.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Jul 7, 2026

Copy link
Copy Markdown

Greptile Summary

This PR adds hypervel/json-schema to the monorepo root composer.json replace list, fixing a gap where the split package existed and was PSR-4 autoloaded but not declared as replaced. Without this entry, requiring hypervel/json-schema alongside hypervel/components would cause Composer to install the split package as a separate dependency, duplicating its classes.

  • The entry is placed correctly in alphabetical order between hypervel/inertia and hypervel/jwt.
  • The split package at src/json-schema/ is confirmed to exist with the name hypervel/json-schema in its own composer.json, matching the added replace entry exactly.

Confidence Score: 5/5

The change is a one-line targeted fix to a metadata list; the split package exists, is already autoloaded, and the new entry is correctly alphabetized.

A missing replace entry is a straightforward omission with a clear fix. The split package at src/json-schema/ exists, carries the name hypervel/json-schema in its own composer.json, and the root PSR-4 autoload already maps its namespace. This addition has no impact on runtime code and only affects Composer's dependency resolution, preventing accidental double-installation.

No files require special attention.

Important Files Changed

Filename Overview
composer.json Adds hypervel/json-schema to the replace list in alphabetical order, matching the existing split package at src/json-schema/ named hypervel/json-schema in its own composer.json.

Reviews (1): Last reviewed commit: "Add hypervel/json-schema to the replace ..." | Re-trigger Greptile

@binaryfire binaryfire merged commit d434233 into hypervel:0.4 Jul 7, 2026
19 checks passed
@anabeto93 anabeto93 deleted the fix/replace-json-schema-package branch July 8, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants