Expand description
Cross-platform tool binary resolution on PATH and well-known install dirs.
PATH walking follows the same contract as cortexkit/magic-context
packages/cli/src/lib/find-on-path.ts (PR #75): probe filesystem entries
without shelling out to which/where, and on Windows try
.exe → .cmd → .bat → .com per PATH directory.