feat: add GEMINI.md to agent context files

This commit is contained in:
Davor Racic 2025-06-26 08:23:45 +02:00
parent 4bbb251730
commit 3466db5d63
1 changed files with 3 additions and 0 deletions

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