diff --git a/.vscode/settings.json b/.vscode/settings.json index c394720..6c83a94 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,8 @@ "npx tsc": true, "git remote": true, "npx asar": true, - "npx tsx": true + "npx tsx": true, + "gh": true, + "git add": true } } \ No newline at end of file diff --git a/AGENTS.md b/AGENTS.md index a2c9b63..d9384f7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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