feat(swarm): establish safe stack-native foundation - #317
Draft
cbnsndwch wants to merge 85 commits into
Draft
Conversation
Member
|
Amazing work, fr. Keep cooking, |
cbnsndwch
force-pushed
the
feat/docker-swarm
branch
from
July 30, 2026 13:59
bb8b00f to
ce1ca69
Compare
Member
|
Sorry about the conflicts, I hope they're easy to resolve |
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.
Summary
Introduces the first safe, gated Docker Swarm implementation slice.
OPENSHIP_EXPERIMENTAL_SWARMcapability and disposable manager/worker test lab.Why
Stopping a Swarm task only causes the scheduler to replace it. The Edge migration path must name the owning service and require service/stack-level management instead.
Validation
bun --cwd packages/adapters vitest run src/runtime/swarm/ownership.test.ts test/docker-container-status.test.ts src/system/proxy/detect.test.tsbun --cwd apps/api vitest run test/modules/migration/docker-inspect.test.tsbun run --cwd packages/adapters lintbun run --cwd apps/api lintbunx tsc --noEmit -p apps/dashboard/tsconfig.jsonFollow-up
Tracks #316 and addresses the safe refusal path for #311. Later slices add the durable orchestration model and stack/service runtime lifecycle.