Uh oh!
There was an error while loading. Please reload this page.
feat(cli): apply local stack configuration parity - #6092
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
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".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
jgoux
commented
Aug 6, 2026
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. |
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.