M6: Multi-endpoint orchestration (hub-and-spoke)#152
Closed
DeadWaveWave wants to merge 3 commits intomainfrom
Closed
M6: Multi-endpoint orchestration (hub-and-spoke)#152DeadWaveWave wants to merge 3 commits intomainfrom
DeadWaveWave wants to merge 3 commits intomainfrom
Conversation
7 tasks
Owner
Author
|
Superseded by #159, which includes the updated multi-endpoint orchestration + desktop endpoints/mounts work. Closing to keep M6 delivered as a single PR. |
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.
💡 Change Scope
📝 What Does This PR Do?
Implements Milestone 6 (Phase 4.2): multi-endpoint orchestration (hub-and-spoke).
filesystem.*InMount(routesmountId -> endpointId)/pty, Home proxies to spoke/ptyendpoint.*,mount.*,mountTarget.resolve,filesystem.*InMount,pty.spawnInMountSpec reference:
.opencove/spec/canvas-first-ai-os-v3/18-milestone-6-multi-endpoint-orchestration-spec.mdDemo (CLI):
opencove endpoint register --hostname <host> --port <port> --remote-token <token>opencove mount create --space <spaceId> --endpoint-id <endpointId> --root-path <path>opencove fs read-in-mount --mount <mountId> --uri file:///...opencove pty spawn-in-mount --mount <mountId>thenopencove pty attach --session <homeSessionId>🏗️ Large Change Spec (Required if "Large Change" is checked)
1. Context & Business Logic
2. State Ownership & Invariants
endpoints,mounts) and routes all operations.userDatafiles.mountIdresolves toendpointIdbefore executing.rootUri).3. Verification Plan & Regression Layer
pnpm pre-commit.✅ Delivery & Compliance Checklist
pnpm pre-commitis completely green.DEVELOPMENT.mdarchitectural boundaries.📸 Screenshots / Visual Evidence
N/A (control-surface + CLI + tests only).