chore: updated agents stuff
This commit is contained in:
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@@ -4,6 +4,8 @@
|
|||||||
"npx tsc": true,
|
"npx tsc": true,
|
||||||
"git remote": true,
|
"git remote": true,
|
||||||
"npx asar": true,
|
"npx asar": true,
|
||||||
"npx tsx": true
|
"npx tsx": true,
|
||||||
|
"gh": true,
|
||||||
|
"git add": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -7,6 +7,10 @@ This document provides context and best practices for GitHub Copilot when workin
|
|||||||
- Make the plan extremely concise. Sacrifice grammar for the sake of concision.
|
- Make the plan extremely concise. Sacrifice grammar for the sake of concision.
|
||||||
- At the end of each plan, give me a list of unresolved questions to answer, if any.
|
- At the end of each plan, give me a list of unresolved questions to answer, if any.
|
||||||
|
|
||||||
|
## Commits
|
||||||
|
|
||||||
|
- commit messages are short - one sentence. do not write long articles.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ⚠️ MANDATORY: Test-First Development
|
## ⚠️ MANDATORY: Test-First Development
|
||||||
|
|||||||
Reference in New Issue
Block a user