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