Update paths for repository-specific instructions (#46)

This commit is contained in:
Steven Mosley 2025-09-23 20:10:19 -05:00 committed by GitHub
commit 79239890e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,11 @@
{ {
"chat.modeFilesLocations": { "chat.modeFilesLocations": {
".github/chatmodes": true "chatmodes": true
}, },
"chat.promptFilesLocations": { "chat.promptFilesLocations": {
".github/prompts": true "prompts": true
}, },
"chat.instructionsFilesLocations": { "chat.instructionsFilesLocations": {
".github/instructions": true "instructions": true
} }
} }