chore: housekeeping easy wins (#2138, #2228, #2231, #2133)#2233
Merged
viniciusdacal merged 4 commits intomainfrom Apr 3, 2026
Merged
chore: housekeeping easy wins (#2138, #2228, #2231, #2133)#2233viniciusdacal merged 4 commits intomainfrom
viniciusdacal merged 4 commits intomainfrom
Conversation
…ings (#2138, #2228, #2231, #2133) - Add @vertz/cli to vertz meta-package dependencies (#2138) - Replace all `() => true` with `rules.public` across docs (#2231) - Add deny-by-default warning callout in services.mdx - Document /api/ route prefix convention in overview, services, and LLM quick reference (#2133) - Add console.warn when routes are skipped due to missing access rules in entity and service route generators (#2228) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
e758940 to
53b9f1d
Compare
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Four easy-win issues resolved in a single PR:
@vertz/clitovertzmeta-package dependencies sobunx vertz devworks when onlyvertzis installed() => trueaccess rules withrules.publicacross docs (services, entities, overview, quickstart, LLM quick reference, index). Added deny-by-default warning callout in services.mdx/api/route prefix convention in overview, services, and LLM quick reference pagesconsole.warnwhen entity/service routes are silently skipped due to missing access rules (the docs: add Vertz manifesto #1 DX trap)Public API Changes
@vertz/server(entity + service route generators) — Now emitconsole.warnat startup when routes are skipped due to missingaccessrules. No behavioral change — routes are still skipped, but developers now see why.vertzmeta-package — Now includes@vertz/clias a dependency.Test plan
Closes #2138, closes #2228, closes #2231, closes #2133.
🤖 Generated with Claude Code