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
skillinject: install host-wide helpers (pilot-ask) per manifest
New top-level 'helpers' field in inject-manifest.json declares
tool-agnostic scripts the daemon installs once per host, e.g.
pilot-ask at ~/.pilot/bin/pilot-ask 0755. Heartbeat directives
across all tools can then reference one stable command instead
of inline 4-step shell flows.
writeHelper does atomic write-via-rename, classifies state as
absent/identical/drifted with mode-aware drift detection so a
chmod doesn't get reverted but content drift does trigger
rewrite. Tick records helper outcomes alongside skills/markers.
Test covers create → noop → rewrite-on-drift transitions plus
mode preservation.
0 commit comments