BMAD-METHOD/tools/cli
mollierj-devel b08e9da31c fix(kilo): Fix malformed YAML in .kilocodemodes file generation
ref : https://github.com/bmad-code-org/BMAD-METHOD/issues/1154

- Properly escape customInstructions content in KiloCode mode entries
- Replace newlines with spaces to prevent YAML parsing errors
- Escape double quotes in instruction text
- Wrap customInstructions value in quotes for valid YAML format

The issue was caused by direct injection of agent-command-header.md content
containing unescaped newlines and special characters, resulting in malformed
YAML structure with repeated "Read the full YAML from" text fragments.

Fixes: Malformed .kilocodemodes YAML file generation
2026-01-10 19:19:45 +01:00
..
commands fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer (#1278) 2026-01-08 15:42:22 +08:00
installers fix(kilo): Fix malformed YAML in .kilocodemodes file generation 2026-01-10 19:19:45 +01:00
lib fix: resolve ERR_REQUIRE_ESM by using dynamic import for inquirer (#1278) 2026-01-08 15:42:22 +08:00
README.md folder rename from .bmad to _bmad 2025-12-13 16:22:34 +08:00
bmad-cli.js bump version to 6.0.0-alpha.21 and enhance stdin handling for Windows in CLI (#1200) 2025-12-28 22:09:22 +08:00

README.md

BMad CLI Tool

Revised CLI tool docs coming....