mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
The agent build caching never worked - BUILD-META comments were never written to output files, so every build acted like --force. Since building all 29 agents takes ~300ms, caching provided no meaningful benefit. Removed ~190 lines of dead code including checkIfNeedsRebuild, checkBuildStatus, buildMetadataComment, and the --force flag. Co-authored-by: Brian <bmadcode@gmail.com>