Parent: #9006
Problem
PR #9074 implemented #9035 from commit 52d026093f15dcb75b82c65f61f5ba01c8e63e4e and merged as 0a8a6d07e1cb36c31b975fa838d6a3deb50fd51f.
The post-merge review found one remaining admission-order defect: discussion r3780780744.
A valid schema-4 portable checkpoint can record a socket path that is a different missing descendant of the canonical current-user runtime directory. Portable preparation accepts ENOENT for that stored path, writes three NemoClaw-owned configuration files, and runs these commands:
systemctl --user set-environment
systemctl --user try-restart podman.service
systemctl --user enable --now podman.socket
NemoClaw then discovers the live Podman socket and rejects the endpoint mismatch. These effects occur before rejection, contrary to #9035's requirement that authority drift fail before writes.
Required behavior
Resume admission must reject a noncanonical or mismatched recorded socket authority before configuration writes, user-systemd mutations, Podman or Docker-compatible runtime calls, OpenShell calls, or registry reconciliation.
A canonical checkpoint socket that is absent because the user service stopped or the host rebooted remains a supported case. The implementation must distinguish that state from a mismatched endpoint and from generic qualification failure. It must preserve bounded activation and exact requalification of the canonical current-user socket.
Acceptance criteria
Scope boundaries
Live evidence limitation
The #9035 live lane was a PARTIAL PASS / BLOCKED DOWNSTREAM BY #9068. It proved resume-authority reconstruction and socket requalification from an active schema-4 checkpoint with a pre-existing Ready sandbox. It did not reach the policy boundary, 8/8 completion, chat, completed-resume, or full Brev acceptance.
Checklist
Parent: #9006
Problem
PR #9074 implemented #9035 from commit
52d026093f15dcb75b82c65f61f5ba01c8e63e4eand merged as0a8a6d07e1cb36c31b975fa838d6a3deb50fd51f.The post-merge review found one remaining admission-order defect: discussion r3780780744.
A valid schema-4 portable checkpoint can record a socket path that is a different missing descendant of the canonical current-user runtime directory. Portable preparation accepts
ENOENTfor that stored path, writes three NemoClaw-owned configuration files, and runs these commands:systemctl --user set-environmentsystemctl --user try-restart podman.servicesystemctl --user enable --now podman.socketNemoClaw then discovers the live Podman socket and rejects the endpoint mismatch. These effects occur before rejection, contrary to #9035's requirement that authority drift fail before writes.
Required behavior
Resume admission must reject a noncanonical or mismatched recorded socket authority before configuration writes, user-systemd mutations, Podman or Docker-compatible runtime calls, OpenShell calls, or registry reconciliation.
A canonical checkpoint socket that is absent because the user service stopped or the host rebooted remains a supported case. The implementation must distinguish that state from a mismatched endpoint and from generic qualification failure. It must preserve bounded activation and exact requalification of the canonical current-user socket.
Acceptance criteria
systemctl --usercall.Scope boundaries
Live evidence limitation
The #9035 live lane was a PARTIAL PASS / BLOCKED DOWNSTREAM BY #9068. It proved resume-authority reconstruction and socket requalification from an active schema-4 checkpoint with a pre-existing Ready sandbox. It did not reach the policy boundary, 8/8 completion, chat, completed-resume, or full Brev acceptance.
Checklist