From 5267ff77df2a62c98705430ea7a9c9383bbc5237 Mon Sep 17 00:00:00 2001 From: hugo Date: Sun, 1 Mar 2026 10:26:50 +0100 Subject: [PATCH] chore: updated agents stuff --- .vscode/settings.json | 4 +++- AGENTS.md | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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