coder-config 0.53.2-beta → 0.53.3-beta

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.
@@ -19,7 +19,7 @@
19
19
 
20
20
  <!-- PWA Manifest -->
21
21
  <link rel="manifest" href="/manifest.json">
22
- <script type="module" crossorigin src="/assets/index-C8HMhykN.js"></script>
22
+ <script type="module" crossorigin src="/assets/index-zzyFCvAA.js"></script>
23
23
  <link rel="stylesheet" crossorigin href="/assets/index-BiF3i3y5.css">
24
24
  </head>
25
25
  <body>
@@ -455,6 +455,10 @@ function createClaudeFile(body) {
455
455
  case 'claudemd':
456
456
  filePath = path.join(dir, '.claude', 'CLAUDE.md');
457
457
  break;
458
+ case 'geminimd':
459
+ filePath = path.join(dir, 'GEMINI.md');
460
+ initialContent = content || '# Project Instructions\n\nInstructions for Gemini CLI.\n';
461
+ break;
458
462
  case 'agentsmd':
459
463
  filePath = path.join(dir, 'AGENTS.md');
460
464
  initialContent = content || '# Project Instructions\n\nInstructions for Codex CLI.\n';