Introduce transfer executor boundary#153
Open
talbotai wants to merge 1 commit into
Open
Conversation
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
This is the first foundation step toward the later lean core + restricted worker split. It intentionally does not introduce a socket, worker process, startup script changes, or privilege changes.
Validation
go test ./daemon/libGOOS=linux GOARCH=amd64 go test -c ./daemon/services/core -o /tmp/unbalance-core-executor.testGOOS=linux GOARCH=amd64 go test -c ./daemon/services/server -o /tmp/unbalance-server-executor.testmake releaseManual hal validation
Test binary deployed to
/usr/local/emhttp/plugins/unbalanced/unbalancedonhalwith backup:/usr/local/emhttp/plugins/unbalanced/unbalanced.bak.20260503-0958407f8b826e6b750c63079beb0d1536dd829711d787bc6472f4b63da8337450f4b5Manual fixture validation passed:
retcode(0):exitcode(0)and expected destination files/checksums.retcode(0):exitcode(0), removed source folders, preserved destination payload.retcode(0):exitcode(0), removed source folders, pruned the source fixture root, and verified final disk1 filesystem state.No unsafe-path, blocked, interrupted, or operation error lines were observed for the executor-interface fixtures.
Notes
Native macOS core tests are still blocked by the existing Darwin compile mismatch in
daemon/services/core/array.go; Linux-targeted core/server compilation was used as the validation gate for those packages.