refactor(stack): narrow package entrypoints - #6090
Open
jgoux wants to merge 153 commits into
Open
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
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…-model # Conflicts: # packages/stack/src/versions.ts
…ctory-resource-locality
…ions-bundle-runtime-reload
…-package-export-audit
…/process-compose-supervisor-cleanup
…ack-runtime-implementation # Conflicts: # packages/stack/src/StackBuilder.ts # packages/stack/src/StackBuilder.unit.test.ts
…ctory-resource-locality # Conflicts: # packages/stack/src/StackBuilder.ts
…ions-bundle-runtime-reload
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…/process-compose-supervisor-cleanup
…ack-runtime-implementation
…ctory-resource-locality
…ions-bundle-runtime-reload
…-package-export-audit
…ions-bundle-runtime-reload
…-package-export-audit
…-package-export-audit
…-model # Conflicts: # packages/stack/src/ServiceActivation.ts # packages/stack/src/StackBuilder.ts # packages/stack/src/StackLifecycleCoordinator.ts
Coly010
approved these changes
Aug 6, 2026
…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
…eload' into agent/stack-package-export-audit
jgoux
changed the base branch from
agent/functions-bundle-runtime-reload
to
develop
August 6, 2026 14:32
jgoux
enabled auto-merge
August 6, 2026 14:32
Contributor
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@42124d75b77e41234b918f459d16625e38c64bb3Preview package for commit |
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.
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 #6089.