molecule-cli/cmd/molecule
Molecule AI SDK-Dev 7b254c926c fix(cli): use cwd as repoRoot instead of os.Executable path
os.Executable() in Go 1.x parallel tests resolves to <TempDir>/0/molecule.test
making path-based traversal from the binary back to the repo root unreliable.
Switch to os.Getwd() which always returns the repo checkout root in CI
(where `go test ./cmd/molecule/...` is invoked), and skip any path arithmetic.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 19:06:30 +00:00
..
main.go feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
molecule_test.go fix(cli): use cwd as repoRoot instead of os.Executable path 2026-04-22 19:06:30 +00:00