From 7a70462ba413aacb70bb58ebcd91a1b42c3f76dc Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 14 Jul 2026 11:50:17 +0200 Subject: [PATCH] Update agents.md with commit handling --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index ad10a2564..61d7f64ce 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -137,6 +137,8 @@ find app -name "*.php" | xargs php -l # PHP syntax lint on all changed files Auto-runs: PHP lint, Composer lock validation, Pint formatting. Commit limits: 200 char subject, 72 char body. +When completing a task, stage newly created project files with Git. Do not stage temporary files or planning documents. + ## Key Directories | Path | Purpose |