agent: Add GEMINI.md as a supported rules file name (#33381)
Gemini cli creates GEMINI.md file. This PR adds support for it. Release Notes: - agent: Add GEMINI.md as a supported rules file name
This commit is contained in:
parent
224de2ec6c
commit
cc62125244
2 changed files with 3 additions and 1 deletions
|
@ -71,7 +71,7 @@ impl Column for DataType {
|
|||
}
|
||||
}
|
||||
|
||||
const RULES_FILE_NAMES: [&'static str; 8] = [
|
||||
const RULES_FILE_NAMES: [&'static str; 9] = [
|
||||
".rules",
|
||||
".cursorrules",
|
||||
".windsurfrules",
|
||||
|
@ -80,6 +80,7 @@ const RULES_FILE_NAMES: [&'static str; 8] = [
|
|||
"CLAUDE.md",
|
||||
"AGENT.md",
|
||||
"AGENTS.md",
|
||||
"GEMINI.md",
|
||||
];
|
||||
|
||||
pub fn init(cx: &mut App) {
|
||||
|
|
|
@ -16,6 +16,7 @@ Other names for this file are also supported for compatibility with other agents
|
|||
- `AGENT.md`
|
||||
- `AGENTS.md`
|
||||
- `CLAUDE.md`
|
||||
- `GEMINI.md`
|
||||
|
||||
## Rules Library {#rules-library}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue