refactor(stack): make functions configuration explicit - #6089
Merged
Conversation
…ack-factory-resource-locality
…-model # Conflicts: # packages/stack/README.md # packages/stack/docs/architecture.md
…ementation # Conflicts: # packages/process-compose/src/Orchestrator.ts # packages/process-compose/src/Orchestrator.unit.test.ts # packages/stack/src/Stack.unit.test.ts
…ctory-resource-locality # Conflicts: # packages/process-compose/src/Orchestrator.ts
…ions-bundle-runtime-reload # Conflicts: # pnpm-lock.yaml
…ions-bundle-runtime-reload
…ions-bundle-runtime-reload
…-model # Conflicts: # packages/stack/src/versions.ts
…ctory-resource-locality
…ions-bundle-runtime-reload
…/process-compose-supervisor-cleanup
…/stack-runtime-implementation # Conflicts: # packages/process-compose/src/Orchestrator.ts # packages/process-compose/src/Orchestrator.unit.test.ts
…ctory-resource-locality # Conflicts: # packages/process-compose/docs/architecture.md # packages/process-compose/src/Orchestrator.ts # packages/stack/src/LocalStack.ts
…ions-bundle-runtime-reload
…ions-bundle-runtime-reload
…/process-compose-supervisor-cleanup
…ack-runtime-implementation
…ctory-resource-locality
…ions-bundle-runtime-reload
…ions-bundle-runtime-reload
Coly010
approved these changes
Aug 6, 2026
…-model # Conflicts: # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackBuilder.ts # packages/stack/src/StackLifecycleCoordinator.ts
…gent/process-compose-supervisor-cleanup # Conflicts: # packages/process-compose/docs/architecture.md # packages/process-compose/src/Orchestrator.ts # packages/process-compose/src/ServiceTransition.ts # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackBuilder.ts # packages/stack/src/StackLifecycleCoordinator.ts
…-cleanup' into agent/stack-runtime-implementation # Conflicts: # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackLifecycleCoordinator.ts
…on' into agent/stack-factory-resource-locality
…ality' into agent/functions-bundle-runtime-reload
jgoux
changed the base branch from
agent/stack-factory-resource-locality
to
develop
August 6, 2026 14:31
jgoux
enabled auto-merge
August 6, 2026 14:31
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4727261158
ℹ️ 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".
…ndle-runtime-reload # Conflicts: # packages/stack/README.md # packages/stack/docs/architecture.md # packages/stack/docs/detach-mode.md # packages/stack/src/DaemonServer.integration.test.ts # packages/stack/src/DaemonServer.ts # packages/stack/src/LocalStack.ts # packages/stack/src/RemoteStack.integration.test.ts # packages/stack/src/ServiceActivation.ts # packages/stack/src/Stack.ts # packages/stack/src/Stack.unit.test.ts # packages/stack/src/StackBuilder.unit.test.ts # packages/stack/src/StackConfig.ts # packages/stack/src/StackConfigResolver.ts # packages/stack/src/createStack.ts # packages/stack/src/createStack.unit.test.ts # packages/stack/src/functions.ts # packages/stack/src/functions.unit.test.ts # packages/stack/src/index.ts # packages/stack/src/layers.ts
Contributor
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@eff78f82407c3ff232e15422ea42d60488b4dc86Preview package for commit |
Raudbjorn
pushed a commit
to Raudbjorn/supabase-cli
that referenced
this pull request
Aug 7, 2026
Narrows the package API around its two intended consumer modes. The root entrypoint now exposes only the Promise-facing runtime, while the conditional Effect entrypoint supplies platform-bound layers without leaking platform factories, daemon protocol types, or implementation services. Moves the small set of test seams to a dedicated testing subpath, keeps the Node daemon file-URL-only, and retains the Bun daemon export solely for compiled CLI self-dispatch. Documentation and boundary tests now encode these ownership rules. Depends on supabase#6089.
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.
What changed
Why
This makes the stack boundary independent of CLI project conventions and gives direct callers an explicit input model. In detached mode, resolved environment values travel only in the Unix-socket request body and are persisted only in the owner-only ephemeral runtime file.
Depends on #6086 and its prerequisite stack architecture chain.