Expand description
Process-wide PATH enrichment for children spawned by AFT.
Daemon launches can inherit a system-only PATH that misses the user’s package managers and version-manager shims. AFT initializes this module before any helper threads start so later subprocesses inherit the same PATH a login terminal would provide.
Functions§
- effective_
path - initialize_
process_ path - Compute and export AFT’s process PATH.
- log_
startup_ probe_ result - Emit the single startup record after logging has been initialized.
- new_
command - Create a new
Commandwith the effective PATH set on Unix. - refresh_
login_ shell_ path_ cache - Refresh a cache from the helper process without mutating its environment.