Complete remote execution repo-identity migration#434
Merged
Conversation
…xecutor Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
… path Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
Introduce master/worker command aliases and context-first daemon routing so runtime behavior no longer depends on path/env fallback resolution. Add semgrep guardrails plus integration harness updates to keep strict routing and e2e validation deterministic.
Document direct CLI validation steps including Zeus full flow (master/worker startup, sample run, PR create/close, and run stop) so operators can verify cluster behavior outside go tests.
Align worker-lease tests with distributed semantics, harden CLI test locking, and stabilize integration setup for project-root + worker availability.
Update docs/spec examples and terminology to project/issue-store semantics while keeping explicit removed-env notes.
Drop proto and client/runtime coupling to issues_root and legacy vault flags across CLI, daemon, monitor-tui, and vscode integration while keeping project-scoped identity semantics.
Update remaining docs/spec references from vault and legacy env usage to project-root and cluster/runtime wording consistency.
Add architecture guardrails for cluster runtime invariants and introduce serialized Makefile test targets for stable suite execution.
Document project-root and issue-store alignment requirements for remote master plus external worker validation, including issue-not-found diagnostics.
Allow remote worker execution to proceed when issue files are not locally mirrored by shipping issue snapshot in lease payload and seeding worker-side issue state as needed.
Promote --project/ORCH_PROJECT and git-remote-derived identity for runtime scoping, migrate monitor/docs/tests to identity-centric behavior, and add strict RepoID derivation.
Switch runtime and monitor flows to --project/ORCH_PROJECT semantics, remove legacy project-root fallbacks, and align daemon registration, integration tests, and docs to path-agnostic repo identity routing.
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
--on <target>resolvestarget.name -> target.host -> host worker id, instead of treating target names as worker idstarget,target_host) in daemon state and surface it inorch ps,orch show --json, attach info, and continued runsPR CI,nightly/lab, andmanual fallbacklanesquality.yamlworker startnow waits for registration, surfaces startup failures immediately, and run scheduling distinguishes "no workers" from "managed worker failed during startup"client.yamldoes not leak into repo tests, and update strict-identity coverage for outside-repo remote flowsVerification
go build ./...go test ./...make lint./scripts/e2e-master-worker-client-local.sh./scripts/e2e-master-worker-client-target-local.sh./scripts/e2e-master-worker-client-remote-smoke.shRUN_ZELLIJ_LANE=1 RUN_OPENCODE_LANE=0 ./scripts/e2e-backend-matrix-smoke.shRUN_ZELLIJ_LANE=0 RUN_OPENCODE_LANE=0 ./scripts/e2e-pr-ci.shbash -n ./scripts/e2e-master-worker-client-target.shbash -n ./scripts/e2e-master-worker-client-zeus.sh