BMAD-METHOD/tools/cli/installers
pbean f09dcd4806 fix(installer): remove double-escaping of quotes in CSV manifest pipeline
cleanForCSV() pre-escaped " to "" before storing in memory, then
escapeCsv() escaped again at CSV write time. After csv-parse round-trip
(which only un-escapes once), descriptions retained doubled quotes
instead of originals, corrupting generated output files.

Fix: remove the redundant quote escaping from cleanForCSV() since
escapeCsv() already handles CSV quoting correctly at write time.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:49:55 -08:00
..
lib fix(installer): remove double-escaping of quotes in CSV manifest pipeline 2026-02-23 19:49:55 -08:00
install-messages.yaml docs: update start message for V6 stable release 2026-02-17 07:29:56 -06:00