Unify pre-release APIs and remove application setup friction - #644
Merged
Merged
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Docs preview destroyedThis PR is closed; its preview stage has been torn down. |
|
Reef preview: https://ramose-reef-web-pr-644-kyizawfdh27tj36v.tvanhens.workers.dev Deployed from 698ce0b as stage |
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.
Ramose’s pre-release API exposed overlapping authoring paths, while Reef duplicated model types, credential handling, and deployment setup. This change consolidates the public API, uses Reef to exercise the supported application path, and strengthens package and release validation.
Public API and application changes
ramose) from portable authoring (ramose/db), keep owned operations as the public operation-authoring path, and remove internal helpers from public barrels.Query.buildandQuery.rule; standardizeref()andenumeration(); rename client options todatabaseandschema.EntityHandleForfor schema-derived component props,createAuthProviderinramose/better-auth/clientfor cached and renewable credentials, andserverBindingfor native Worker bindings.Reliability and release preparation
sideEffectsmetadata.bun run check.Breaking changes
This intentionally replaces pre-release APIs without compatibility aliases. Consumers must update imports, query construction, field constructors, and client configuration. Reef’s schema and deployment topology also change: its stack returns
appUrl, and workspace slugs remain routing fields on workspaces rather than being duplicated on issues and labels.Validation
bun run check: type checking, 1,780 unit tests, 188 browser tests, 127 local integration tests, two Reef end-to-end tests, documentation checks, package build, and release checks passed.Cloudflare edge tests and remote deployment were not run.