Added resharper tool

This commit is contained in:
2026-04-04 23:47:34 +02:00
parent ad4241aaaf
commit 3d7f3d1ee4
3 changed files with 15 additions and 3 deletions

View File

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

View File

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

View File

@@ -8,6 +8,13 @@
"dotnet-ef"
],
"rollForward": false
},
"jetbrains.resharper.globaltools": {
"version": "2026.1.0",
"commands": [
"jb"
],
"rollForward": false
}
}
}