BMAD-METHOD/tools/installer/bin
Lidinei Domeneghini 2c1cd8dca7 fix(installer): resolve directory path to an absolute path
Ensures that the installation directory is always resolved to an absolute path.

Previously, if a relative path like '.' was used, its interpretation could vary depending on the execution context of the script. This change uses `path.resolve` with `process.cwd()` as a fallback to guarantee a consistent and predictable absolute path for the installation directory.
2025-09-15 11:57:54 -03:00
..
bmad.js fix(installer): resolve directory path to an absolute path 2025-09-15 11:57:54 -03:00