Skip to content

Commit f0dccc3

Browse files
karthiknadigCopilot
andcommitted
docs: scope locator review guidance (PR #497)
Always apply the general Rust skill and load locator-specific guidance only when locator behavior is in scope. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent fba43a6 commit f0dccc3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/agents/Reviewer.agent.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Automated reviews consistently miss:
4848

4949
Before reading code:
5050

51-
- If any changed file is Rust, load and apply both the `rust-coding-skill` and `rust-locator-patterns` skills.
51+
- If any changed file is Rust, load and apply `rust-coding-skill`.
52+
- Load `rust-locator-patterns` only when locator ordering, discovery, identification, path/symlink handling, or locator state is in scope.
5253

5354
- What issue does this change claim to fix?
5455
- Which locator/crate is affected?
@@ -170,7 +171,7 @@ let mut environments = self.environments
170171

171172
### General Rust Correctness and Performance
172173

173-
Apply the `rust-coding-skill` skill to every Rust review, not only locator changes.
174+
Apply `rust-coding-skill` to every Rust review, not only locator changes.
174175

175176
**Path-keyed state:**
176177

0 commit comments

Comments
 (0)