From c842d0e75621a79bb4614ea9ba5c156beb3538dc Mon Sep 17 00:00:00 2001 From: Meik Date: Fri, 27 Feb 2026 09:16:03 +0100 Subject: [PATCH] docs: enforce commit-and-push workflow and CRLF policy --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 81ff524..38969d5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -25,6 +25,8 @@ History is minimal (`initial`), so prefer concise, imperative commit subjects an - Before making any code change, the working tree must be clean (`git diff` and `git diff --cached` must be empty). - If the working tree is not clean before starting, stop and clarify with the requester before proceeding. - After completing a requested code change, always create a commit with a concise, imperative message. +- After completing a requested code change, always push the new commit immediately to the configured remote branch. +- Use Windows line endings (`CRLF`) for all text files in this repository. ## Security & Configuration Tips