Skip to content

Commit 9f0e91d

Browse files
committed
zed_agent: Pick rules file in order described in docs
1 parent 15d8660 commit 9f0e91d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/prompt_store/src/prompts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pub const RULES_FILE_NAMES: &[&str] = &[
2626
".windsurfrules",
2727
".clinerules",
2828
".github/copilot-instructions.md",
29-
"CLAUDE.md",
3029
"AGENT.md",
3130
"AGENTS.md",
31+
"CLAUDE.md",
3232
"GEMINI.md",
3333
];
3434

0 commit comments

Comments
 (0)