BMAD-METHOD/tools/cli/installers/lib
Serhii f793cf8fcd
fix: add radix parameter to parseInt() calls (#862)
Add explicit radix=10 to parseInt() calls and NaN validation to prevent
unexpected hex parsing and invalid config values.

Changes:
- Line 52: Add radix and NaN check in input validation
- Line 189-192: Add radix and NaN fallback for config parsing

Fixes potential issues:
- Hex input (0x10) now rejected instead of parsed as 16
- Invalid strings return default value instead of NaN→null

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: Brian <bmadcode@gmail.com>
2025-11-26 14:44:12 -06:00
..
core Add Text-to-Speech Integration via TTS_INJECTION System (#934) 2025-11-26 09:51:57 -06:00
ide fix: add radix parameter to parseInt() calls (#862) 2025-11-26 14:44:12 -06:00
modules customize installation folder for the bmad content 2025-11-08 15:19:19 -06:00