chore: updated agents stuff

This commit is contained in:
2026-03-01 10:26:50 +01:00
parent 781cedade5
commit 5267ff77df
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
"npx tsc": true,
"git remote": true,
"npx asar": true,
"npx tsx": true
"npx tsx": true,
"gh": true,
"git add": true
}
}

View File

@@ -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.
- 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