Skip to content

feat(cli): apply local stack configuration parity - #6092

Closed
jgoux wants to merge 47 commits into
agent/stack-package-export-auditfrom
agent/local-stack-launch-adapter
Closed

feat(cli): apply local stack configuration parity#6092
jgoux wants to merge 47 commits into
agent/stack-package-export-auditfrom
agent/local-stack-launch-adapter

Conversation

@jgoux

@jgoux jgoux commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

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.

jgoux added 30 commits August 5, 2026 14:52
# 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
jgoux added 17 commits August 5, 2026 20:50
…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
…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
…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
jgoux marked this pull request as ready for review August 5, 2026 20:09
@jgoux
jgoux requested a review from a team as a code owner August 5, 2026 20:09

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread packages/stack/src/services/database-bootstrap.ts
Comment thread apps/cli/src/next/config/database-bootstrap-config.ts
Comment thread packages/stack/src/LocalCredentials.ts
Comment thread apps/cli/src/next/config/auth-stack-config.ts
Comment thread apps/cli/src/next/config/analytics-stack-config.ts
Comment thread apps/cli/src/next/config/auth-stack-config.ts
Comment thread apps/cli/src/next/config/auth-stack-config.ts
Comment thread apps/cli/src/next/config/auth-stack-config.ts
Comment thread apps/cli/src/next/config/stack-config.ts
@jgoux

jgoux commented Aug 6, 2026

Copy link
Copy Markdown
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.

@jgoux jgoux closed this Aug 6, 2026
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.

1 participant