Initial commit from Specify template

This commit is contained in:
MatheusAlves96 2026-04-13 16:23:32 -03:00
commit b77c7d5a01
36 changed files with 4198 additions and 0 deletions

14
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,14 @@
{
"chat.promptFilesRecommendations": {
"speckit.constitution": true,
"speckit.specify": true,
"speckit.plan": true,
"speckit.tasks": true,
"speckit.implement": true
},
"chat.tools.terminal.autoApprove": {
".specify/scripts/bash/": true,
".specify/scripts/powershell/": true
}
}