Expand description
Non-invasive PATH reachability check for the zenith binary.
The skill installed by zenith plugin install instructs AI agents to call
zenith by name. If the binary is not resolvable on the user’s PATH, the
agent hits command not found with no guidance. These helpers detect that
situation so the command can print a warning — they never modify PATH or
any shell file.
Functions§
- resolve_
on_ path - Resolve
binon aPATH-style value, returning the first matching file. - zenith_
on_ path - Resolve the
zenithbinary on the current process’sPATH.