bmad-method 4.16.1 → 4.17.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [4.17.0](https://github.com/bmadcode/BMAD-METHOD/compare/v4.16.1...v4.17.0) (2025-06-27)
2
+
3
+
4
+ ### Features
5
+
6
+ * add GEMINI.md to agent context files ([#272](https://github.com/bmadcode/BMAD-METHOD/issues/272)) ([b557570](https://github.com/bmadcode/BMAD-METHOD/commit/b557570081149352e4efbef8046935650f6ecea1))
7
+
1
8
  ## [4.16.1](https://github.com/bmadcode/BMAD-METHOD/compare/v4.16.0...v4.16.1) (2025-06-26)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.16.1",
3
+ "version": "4.17.0",
4
4
  "description": "Breakthrough Method of Agile AI-driven Development",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -447,6 +447,9 @@ class IdeSetup {
447
447
 
448
448
  console.log(chalk.green(`\n✓ Created individual agent context files in ${agentsContextDir}`));
449
449
 
450
+ // Add GEMINI.md to the context files array
451
+ agentContextFiles.push("GEMINI.md");
452
+
450
453
  // Create or update settings.json
451
454
  const settingsPath = path.join(geminiDir, "settings.json");
452
455
  let settings = {};
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bmad-method",
3
- "version": "4.16.1",
3
+ "version": "4.17.0",
4
4
  "description": "BMAD Method installer - AI-powered Agile development framework",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {