BMAD-METHOD/tools/cli/installers/lib/core
Alex Verkhovsky fcfa027758 fix(installer): remove hardcoded 'bmad' prefix from files-manifest.csv paths
The manifest writer hardcoded 'bmad' as the path prefix regardless of
the actual folder name (.bmad, bmad, etc). The reader had a matching
hardcoded strip, so it worked by accident.

Now paths are stored relative to bmadDir without any prefix. Legacy
fallback strips 'bmad/' on read - safe because no real path inside
bmadDir would start with 'bmad/'.
2025-12-06 02:12:30 -07:00
..
config-collector.js feat: default installer username to system user (#939) 2025-11-19 20:36:54 -06:00
dependency-resolver.js installer fixes 2025-10-26 19:38:38 -05:00
detector.js customize installation folder for the bmad content 2025-11-08 15:19:19 -06:00
ide-config-manager.js fix quick udpate status bug in installer 2025-11-04 21:16:52 -06:00
installer.js fix(installer): remove hardcoded 'bmad' prefix from files-manifest.csv paths 2025-12-06 02:12:30 -07:00
manifest-generator.js fix(installer): remove hardcoded 'bmad' prefix from files-manifest.csv paths 2025-12-06 02:12:30 -07:00
manifest.js fix: ensure POSIX-compliant newlines in generated files (#856) 2025-11-04 20:18:12 -06:00