mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 15:52:15 +00:00
Added rule against automated formatting
This commit is contained in:
parent
73f055960f
commit
a5a9314fe5
@ -186,6 +186,7 @@ Multi-level confidence scheme allows users to control which providers see which
|
||||
|
||||
- **File changes require Write/Edit tools** - Never use bash commands like `cat <<EOF` or `echo >`
|
||||
- **End of file formatting** - Do not append an extra empty line at the end of files.
|
||||
- **No automated formatting for Rust or .NET files** - Never run automated formatters on Rust files (`.rs`) or .NET files (`.cs`, `.razor`, `.csproj`, etc.). Only make the minimal manual formatting changes required for the specific edit.
|
||||
- **Spaces in paths** - Always quote paths with spaces in bash commands
|
||||
- **Agent-run .NET builds** - Do not run `.NET` builds from an agent. Ask the user to run the build locally in their IDE, preferably via `cd app/Build && dotnet run build` in an IDE terminal, then wait for their feedback before continuing.
|
||||
- **Debug environment** - Reads `startup.env` file with IPC credentials
|
||||
|
||||
Loading…
Reference in New Issue
Block a user