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
|
@@ -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 = {};
|