Skip to content

Commit 0670472

Browse files
hakatashiclaude
andcommitted
Move gemini-review.toml to correct location
Gemini CLI looks for custom command files in .gemini/commands/ directory, not in .github/workflows/. Moved gemini-review.toml to the correct location and updated .gitignore to include the commands directory while excluding other .gemini/ contents. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 920aee2 commit 0670472

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,6 @@ tokens.sqlite3
7474
!.vscode/launch.json
7575

7676
# Gemini CLI
77-
.gemini/
77+
.gemini/*
78+
!.gemini/commands/
7879
gha-creds-*.json

0 commit comments

Comments
 (0)