You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docker): remove noisy root-drop log from CLI launcher (#1342)
* fix(docker): remove noisy root-drop log from CLI launcher
The ADR-004 self-drop echo fires on every `netclaw` invocation via
`kubectl exec` / `docker exec`, cluttering interactive sessions with
a message the operator already expects. The drop itself is unchanged.
* fix(docker): update ADR-004 smoke test to not depend on stderr breadcrumb
Phase B (file-ownership check) already proves the root-drop works.
Remove the Phase A stderr assertion that required the noisy echo, and
the now-vacuous Phase C negative assertion. The error-signature
belt-and-suspenders check is retained.
0 commit comments