You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ Aim for fewer, higher-signal comments. A review with 2-3 important comments is b
29
29
30
30
BEFORE editing or code-reviewing any file, you MUST read the `.github/instructions/` files whose `applyTo` patterns match the files you are about to edit. For example:
31
31
- Editing/code-reviewing `pyrit/**/*.py` → read `style-guide.instructions.md` and `user-custom.instructions.md`
32
+
- Editing/code-reviewing database models, Alembic migrations, or memory migration tests → also read `database.instructions.md`
32
33
- Editing/code-reviewing `pyrit/scenario/**` → also read `scenarios.instructions.md`
33
34
- Editing/code-reviewing `pyrit/setup/initializers/techniques/**` → also read `setup-techniques.instructions.md`
34
35
- Editing/code-reviewing `pyrit/converter/**` → also read `converters.instructions.md`
0 commit comments