feat: add GEMINI.md to agent context files (#272)

thanks Davor
This commit is contained in:
Davor Racic
2025-06-28 01:26:28 +02:00
committed by GitHub
parent 4bbb251730
commit b557570081

View File

@@ -447,6 +447,9 @@ class IdeSetup {
console.log(chalk.green(`\n✓ Created individual agent context files in ${agentsContextDir}`));
// Add GEMINI.md to the context files array
agentContextFiles.push("GEMINI.md");
// Create or update settings.json
const settingsPath = path.join(geminiDir, "settings.json");
let settings = {};