Added resharper tool
This commit is contained in:
@@ -23,7 +23,12 @@ Also see the other related technical documentation: README.md.
|
|||||||
|
|
||||||
## Output generation
|
## 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.
|
- Give no explanations unless explicitly asked.
|
||||||
- No fillers like 'happy to help'. Do task first. Show result. Stop.
|
- 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.
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ Gameplay capabilities now include:
|
|||||||
- .NET SDK 10.0+
|
- .NET SDK 10.0+
|
||||||
- PowerShell 7+
|
- PowerShell 7+
|
||||||
- Node.js 22+
|
- 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 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.
|
- Run `npm exec playwright install chromium` once to install the browser used by local smoke tests.
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,13 @@
|
|||||||
"dotnet-ef"
|
"dotnet-ef"
|
||||||
],
|
],
|
||||||
"rollForward": false
|
"rollForward": false
|
||||||
|
},
|
||||||
|
"jetbrains.resharper.globaltools": {
|
||||||
|
"version": "2026.1.0",
|
||||||
|
"commands": [
|
||||||
|
"jb"
|
||||||
|
],
|
||||||
|
"rollForward": false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user