Initial analysis: Understanding repository structure and current state

Co-authored-by: AstroSteveo <34114851+AstroSteveo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-09-24 01:38:00 +00:00
parent 0ed43b8923
commit ed53d053fb

11
.vscode/settings.json vendored
View File

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