(loc: Location)
| 51 | : path.join(process.cwd(), '.gemini'); |
| 52 | } |
| 53 | function settingsJsonPath(loc: Location): string { |
| 54 | return path.join(configDir(loc), 'settings.json'); |
| 55 | } |
| 56 | function instructionsPath(loc: Location): string { |
| 57 | // Global GEMINI.md lives under ~/.gemini/; project-local GEMINI.md |
| 58 | // lives at the project root (NOT under .gemini/), matching how |
no test coverage detected