chore(skills): Address PR review feedback

improve(skill-description): Scope the known-path and single-symbol "DO NOT trigger" exclusions to the local project, since remote repos require packing before Read/grep can work (gemini-code-assist review on #1601)
This commit is contained in:
Kazuki Yamada
2026-05-26 00:26:09 +09:00
parent 3c84e75cdc
commit 35c2e86d2b
+2 -2
View File
@@ -11,8 +11,8 @@ description: |
DO NOT trigger for:
- Editing, refactoring, or writing code in the current project
- Reading or searching a known file/path (use Read or grep directly)
- Single-symbol lookups answerable with one grep
- Reading or searching a known file/path in the local project (use Read or grep directly)
- Single-symbol lookups in the local project answerable with one grep
- Git operations, running tests, builds, or installs
---