feat(cli): apply local stack configuration parity - #6092
Closed
jgoux wants to merge 47 commits into
Closed
Conversation
# Conflicts: # packages/stack/src/StackBuilder.ts # packages/stack/src/StackBuilder.unit.test.ts # packages/stack/src/services/analytics.ts # packages/stack/src/services/auth.ts # packages/stack/src/services/mailpit.ts # packages/stack/src/services/postgres.ts # packages/stack/src/services/postgrest.ts # packages/stack/src/services/realtime.ts # packages/stack/src/services/services.unit.test.ts # packages/stack/src/services/storage.ts # packages/stack/src/services/studio.ts
…k-launch-adapter # Conflicts: # packages/stack/docs/architecture.md # packages/stack/src/LocalStack.ts
…l-stack-launch-adapter # Conflicts: # apps/cli/src/next/config/local-stack-config-parity.ts # apps/cli/src/next/config/local-stack-config-parity.unit.test.ts
…l-stack-launch-adapter # Conflicts: # apps/cli/src/next/config/local-stack-config-parity.ts # apps/cli/src/next/config/local-stack-config-parity.unit.test.ts
…l-stack-launch-adapter # Conflicts: # apps/cli/src/next/config/local-stack-config-parity.ts # apps/cli/src/next/config/local-stack-config-parity.unit.test.ts
…e/cli into agent/local-stack-launch-adapter
…e/cli into agent/local-stack-launch-adapter
…upabase/cli into agent/local-stack-launch-adapter # Conflicts: # apps/cli/src/next/config/local-stack-config-parity.ts # apps/cli/src/next/config/local-stack-config-parity.unit.test.ts
…e/cli into agent/local-stack-launch-adapter
…upabase/cli into agent/local-stack-launch-adapter # Conflicts: # apps/cli/src/next/config/local-stack-config-parity.ts # apps/cli/src/next/config/local-stack-config-parity.unit.test.ts
…' into agent/local-stack-launch-adapter # Conflicts: # packages/stack/src/services/health-budgets.ts # packages/stack/src/services/health-budgets.unit.test.ts
jgoux
marked this pull request as ready for review
August 5, 2026 20:09
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 48c1da6e1c
ℹ️ 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".
Contributor
Author
|
Closing because the launch adapter and local configuration parity work will be implemented together with the future legacy-to-new local stack replacement. The current architecture series now ends at #6090; no partial compatibility layer should merge ahead of cutover work. |
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.
Builds one deep launch adapter that resolves project config, environment bindings, remote overrides, exclusions, database bootstrap inputs, and functions into explicit stack runtime inputs.
Adds an executable parity ledger so unsupported local-start settings fail or warn deliberately instead of being silently ignored. Implements core topology, Auth and credential translation, data-plane services, ordered seed bootstrap, and functions configuration while preserving lazy Edge Runtime activation and secure JWKS-based verification.
Conventional migrations remain blocked when enabled migration files are present, and declarative schema paths remain blocked. Replaying either through a partial executor would lose legacy statement-history, pipeline, or schema-diff semantics; those settings should only be enabled after a parity-correct executor exists.
Depends on #6090 and #6079.