From 1eb940ef15a4b738afcdab0ba743f47e48499883 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Thu, 14 May 2026 00:59:39 +0200 Subject: [PATCH] Updated agents --- AGENTS.linux.md | 6 +++++- AGENTS.windows.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/AGENTS.linux.md b/AGENTS.linux.md index ba7bc77..0d0c1c3 100644 --- a/AGENTS.linux.md +++ b/AGENTS.linux.md @@ -1,3 +1,7 @@ # Linux-specific instructions -- After every iteration, run `dotnet jb cleanupcode --verbosity:ERROR ./ReactorMaintenance.slnx`. \ No newline at end of file +## Code work +- After every iteration, run `dotnet jb cleanupcode --verbosity:ERROR ./ReactorMaintenance.slnx`. + +## Documentation work or planning +- No cleanup steps necessary \ No newline at end of file diff --git a/AGENTS.windows.md b/AGENTS.windows.md index 0551528..50286ea 100644 --- a/AGENTS.windows.md +++ b/AGENTS.windows.md @@ -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`. \ No newline at end of file +- After every iteration, run `jb cleanupcode --verbosity:ERROR ReactorMaintenance.slnx`. + +## Documentation work or planning +- No cleanup steps necessary \ No newline at end of file