test(windows): close packaged sandbox lifecycle evidence - #3722
Merged
M4n5ter merged 14 commits intoAug 25, 2026
Conversation
liugddx
force-pushed
the
test/windows-sandbox-phase4-closeout
branch
from
August 24, 2026 17:00
5210bef to
6970405
Compare
37 tasks
liugddx
force-pushed
the
test/windows-sandbox-phase4-closeout
branch
from
August 25, 2026 06:47
6970405 to
224a981
Compare
Astro-Han
reviewed
Aug 25, 2026
Astro-Han
left a comment
Contributor
There was a problem hiding this comment.
I reviewed this head and found no blocking issues.
The packaged sandbox evidence path correctly handles broker parent-handle ownership, Job drain, ACL quarantine, and adversarial matrices without auth bypass. Hosted checks for test, package, and windows_sandbox_w0_protocol are success, with 40/40 harness sources covered.
No P0-P3.
简体中文
该头未发现阻断。
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 PR closes the remaining automated lifecycle evidence for the packaged Windows 11 x64 W1 sandbox surface tracked by #2142.
It adds one end-to-end packaged verifier path for:
FilesystemWorkerClientlaunch;The local broker now binds
--broker-localto its kernel-observed direct parent process. It keeps a wait handle for that Runtime Host owner and interrupts the first launch when the owner exits, routing the outcome through existing Job settlement and ACL-ledger cleanup. No PID is used as termination authority.This is a release-evidence and lifecycle hardening PR for the shipped filesystem-worker surface. It does not claim the wider W2 general-command tier or full Windows support.
Deferred boundaries
The following remain explicit follow-up gates:
Rows outside the W1 preview surface remain fail-closed and are not counted as passing evidence.
Verification
Local exact-head verification:
npm run lint: passed;npm run format:check: passed;npm --workspace @maka/core run build: passed;npm --workspace @maka/storage run build: passed;npm --workspace @maka/mcp run build: passed;npm --workspace @maka/runtime run build: passed;npm --workspace @maka/runtime-host run build: passed;scripts/verify-windows-harness.test.mjs: 39 passed, 0 failed, 1 symlink-privilege skip;git diff --check: passed.The full workspace typecheck has pre-existing CLI/UI/Desktop baseline failures unrelated to this diff. Native broker linking is authoritative in the Windows CI lane; this machine lacks
dlltool/MSVClink.exe.The exact-head est lane is currently red in the pre-existing packages/eval/harbor/test_relay_lifecycle.py test (late_write remained present); the PR does not modify packages/eval. The affected standard workspace run reported 935 passed / 0 failed / 16 skipped, with only that independent 14-test eval sub-suite failing.
Scope
Refs #2142. This PR supplies the automated evidence needed before the Phase 4 lifecycle checkbox can be closed; independent maintainer/security review remains required.
AI use
Tool(s) and scope: Codex implemented the narrow packaged lifecycle and adversarial evidence slice, added the Runtime Host owner-death binding, updated the EN/zh RFC and Windows support boundary, and ran the local quality gates. AI review is not independent human security review.
Checklist
6970405e99a7e0aaba28c1f5eb30227aeb57b320(package run 32752021945); W0 protocol also passed (run 32752021175)Does this PR entail a change in behavior?