- 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
7 lines
207 B
JSON
7 lines
207 B
JSON
{
|
||
// Repo-specific overrides only. Global Copilot settings are in User/settings.json (Settings Sync).
|
||
"editor.rulers": [100],
|
||
|
||
// YAML schema validation – adjust to your stack
|
||
"yaml.schemas": {}
|
||
}
|