Problem
mer init crashes with FileNotFound because Zig 0.16's process.run() doesn't search PATH by default.
Error
error: FileNotFound
std/Io/Threaded.zig:15104:9 in processSpawnPosix
Solution
Add a resolveInPath() helper that searches PATH for the zig executable before calling process.run().
Acceptance Criteria
Priority
P0 - Blocking bug
Problem
mer initcrashes withFileNotFoundbecause Zig 0.16'sprocess.run()doesn't search PATH by default.Error
Solution
Add a
resolveInPath()helper that searches PATH for thezigexecutable before callingprocess.run().Acceptance Criteria
mer init myappworks whenzigis in PATHPriority
P0 - Blocking bug