BMAD-METHOD/tools/cli/installers/lib
jheyworth 057864ca3d fix: prevent cleanup from stripping copilot-instructions.md markers before generation
The cleanup() method was removing the BMAD marker section from
copilot-instructions.md, leaving user content without markers.
generateCopilotInstructions() then treated the markerless file as
legacy, backed it up, and overwrote user content.

Fix: remove the copilot-instructions.md block from cleanup() entirely.
generateCopilotInstructions() already handles marker-based replacement
in a single read-modify-write pass that correctly preserves user content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 11:29:10 +00:00
..
core refactor: replace module installer scripts with declarative directories config 2026-02-08 19:21:48 -06:00
custom refactor: replace module installer scripts with declarative directories config 2026-02-08 19:21:48 -06:00
ide fix: prevent cleanup from stripping copilot-instructions.md markers before generation 2026-02-09 11:29:10 +00:00
modules refactor: replace module installer scripts with declarative directories config 2026-02-08 19:21:48 -06:00
message-loader.js refactor: Complete @clack/prompts Migration & Installer Output Consolidation (#1586) 2026-02-08 00:40:13 -06:00