From 63c2ccee23ceb91f00ca6df23a2e1b022243cb23 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 21 Mar 2026 13:41:23 +0100 Subject: [PATCH] Added a end-of-file rule --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 0b60c06a..0a8a7907 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -182,6 +182,7 @@ Multi-level confidence scheme allows users to control which providers see which ## Important Development Notes - **File changes require Write/Edit tools** - Never use bash commands like `cat <` +- **End of file formatting** - Do not append an extra empty line at the end of files. Preserve the existing file-ending style unless a specific formatter or file format requires a change. - **Spaces in paths** - Always quote paths with spaces in bash commands - **Agent-run .NET builds** - Prefer `cd app/Build && dotnet run build`. When calling `dotnet` directly, use visible progress output and do not treat temporary silence as a failed build. - **Debug environment** - Reads `startup.env` file with IPC credentials