Updated agents

This commit is contained in:
2026-05-14 00:59:39 +02:00
parent 57dd5d1e36
commit 1eb940ef15
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
# Linux-specific instructions
## Code work
- After every iteration, run `dotnet jb cleanupcode --verbosity:ERROR ./ReactorMaintenance.slnx`.
## Documentation work or planning
- No cleanup steps necessary

View File

@@ -1,4 +1,8 @@
# Windows-specific instructions
## Code work
- After the implementation is finished, run `python D:\Code\crlf.py $file1 $file2 ...` for changed files you recognize, in order to normalize all line endings of all touched files to CRLF.
- After every iteration, run `jb cleanupcode --verbosity:ERROR ReactorMaintenance.slnx`.
## Documentation work or planning
- No cleanup steps necessary