BMAD-METHOD/tools/cli/installers
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
..
lib fix: prevent cleanup from stripping copilot-instructions.md markers before generation 2026-02-09 11:29:10 +00:00
install-messages.yaml feat(installer): update install messages for Beta.0 release 2026-01-26 00:15:22 -06:00