bmad-method 4.35.2 → 4.36.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/.github/workflows/discord.yaml +16 -0
  2. package/CHANGELOG.md +14 -2
  3. package/README.md +42 -9
  4. package/dist/agents/dev.txt +9 -9
  5. package/dist/teams/team-all.txt +9 -9
  6. package/dist/teams/team-ide-minimal.txt +9 -9
  7. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/Complete AI Agent System - Flowchart.svg +102 -0
  8. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash copy.txt +13 -0
  9. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.1 Google Cloud Project Setup/1.1.1 - Initial Project Configuration - bash.txt +13 -0
  10. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.2 Agent Development Kit Installation/1.2.2 - Basic Project Structure - txt.txt +25 -0
  11. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.1 - settings.py +34 -0
  12. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.3 Core Configuration Files/1.3.2 - main.py - Base Application.py +70 -0
  13. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/PART 1 - Google Cloud Vertex AI Setup Documentation/1.4 Deployment Configuration/1.4.2 - cloudbuild.yaml +26 -0
  14. package/expansion-packs/Complete AI Agent System - Blank Templates & Google Cloud Setup/README.md +109 -0
  15. package/package.json +2 -2
  16. package/tools/flattener/aggregate.js +76 -0
  17. package/tools/flattener/binary.js +53 -0
  18. package/tools/flattener/discovery.js +70 -0
  19. package/tools/flattener/files.js +35 -0
  20. package/tools/flattener/ignoreRules.js +176 -0
  21. package/tools/flattener/main.js +113 -466
  22. package/tools/flattener/projectRoot.js +45 -0
  23. package/tools/flattener/prompts.js +44 -0
  24. package/tools/flattener/stats.js +30 -0
  25. package/tools/flattener/xml.js +86 -0
  26. package/tools/installer/lib/installer.js +63 -1
  27. package/tools/installer/package.json +1 -1
  28. package/tools/shared/bannerArt.js +105 -0
  29. package/tools/installer/package-lock.json +0 -906
  30. /package/{bmad-core → docs}/enhanced-ide-development-workflow.md +0 -0
  31. /package/{bmad-core → docs}/user-guide.md +0 -0
  32. /package/{bmad-core → docs}/working-in-the-brownfield.md +0 -0
File without changes