- User settings.json with 9 senior-dev behavior rules - 9 prompt files: requirements, architecture, new-feature, code-review, debug, refactor, write-tests, done-check, docker - git-templates for .github/ and .vscode/ auto-copy on git init - deploy.sh (macOS/bash) and deploy.fish (Linux/fish) scripts - copilot-bootstrap.fish for existing/cloned repos
6 lines
79 B
JSON
6 lines
79 B
JSON
{
|
|
"recommendations": [
|
|
"github.copilot",
|
|
"github.copilot-chat"
|
|
]
|
|
}
|