mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-04 13:57:52 +00:00
fix(agents): make the project agent-agnostic (#26646)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
|
||||
# CodeRabbit review config. Mirrors the hard rules in CLAUDE.md so the AI
|
||||
# CodeRabbit review config. Mirrors the hard rules in AGENTS.md so the AI
|
||||
# reviewer enforces project conventions on every PR.
|
||||
language: en-US
|
||||
|
||||
@@ -74,10 +74,10 @@ reviews:
|
||||
knowledge_base:
|
||||
code_guidelines:
|
||||
enabled: true
|
||||
# CLAUDE.md is in CodeRabbit's defaults, but list it explicitly so the project's
|
||||
# AGENTS.md is in CodeRabbit's defaults, but list it explicitly so the project's
|
||||
# full guideline doc is always pulled into review context.
|
||||
filePatterns:
|
||||
- "CLAUDE.md"
|
||||
- "AGENTS.md"
|
||||
|
||||
chat:
|
||||
auto_reply: true
|
||||
|
||||
Reference in New Issue
Block a user