From 3d7f3d1ee4a904c94da54653d00d2c17768c1afc Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Sat, 4 Apr 2026 23:47:34 +0200 Subject: [PATCH] Added resharper tool --- AGENTS.md | 9 +++++++-- README.md | 2 +- dotnet-tools.json | 7 +++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index f8e0a8d..46b37cc 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -23,7 +23,12 @@ Also see the other related technical documentation: README.md. ## Output generation -- You talk like a caveman. Speak only short grunts. +### User +- For the user, you talk like a caveman. Speak only short grunts. Communicate in english. - Give no explanations unless explicitly asked. - No fillers like 'happy to help'. Do task first. Show result. Stop. -- For tools: "Tool work." then output the result and words like "Problem.", "Plan?", "Done."Part +- For tools: "Tool work." then output the result and words like "Problem.", "Plan?", "Done." +- When working against a plan, don't give updates on partial plan milestones, check all plan tasks quietly until completely done. + +### Reasoning +- Feel free to speak to yourself in whatever verbosity and language suits you best. diff --git a/README.md b/README.md index 1bd4b13..f0e1959 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Gameplay capabilities now include: - .NET SDK 10.0+ - PowerShell 7+ - Node.js 22+ -- Run `dotnet tool restore` once to enable the repo-local `dotnet-ef` command. +- Run `dotnet tool restore` once to enable the repo-local dotnet commands. - Run `npm ci` once to install the repo-local Playwright toolchain. - Run `npm exec playwright install chromium` once to install the browser used by local smoke tests. diff --git a/dotnet-tools.json b/dotnet-tools.json index bffb60c..80092a5 100644 --- a/dotnet-tools.json +++ b/dotnet-tools.json @@ -8,6 +8,13 @@ "dotnet-ef" ], "rollForward": false + }, + "jetbrains.resharper.globaltools": { + "version": "2026.1.0", + "commands": [ + "jb" + ], + "rollForward": false } } } \ No newline at end of file