BMAD-METHOD/_bmad/scripts
Magal bf572f945f fix(quality-gate): switch qa-memtrace to async readFile and fix coverage null guard (Story 2.3)
- Replace sync readFileSync with async readFile from fs/promises
- Fix blast radius empty check: total_count === 0 → affected_symbols.length === 0
- Fix null-safe coverage access: cov.startsWith → (mod.coverage || '').startsWith('Partial:')
- Add await to readJsonFile calls in main()
2026-05-19 17:51:20 -03:00
..
memtrace fix(quality-gate): switch qa-memtrace to async readFile and fix coverage null guard (Story 2.3) 2026-05-19 17:51:20 -03:00