From a6cc5dcc4a0c34da8e7d123073264e78b8444146 Mon Sep 17 00:00:00 2001 From: Christoph Schmatzler Date: Wed, 25 Mar 2026 19:44:47 +0000 Subject: [PATCH] up --- modules/_ai-tools/AGENTS.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/_ai-tools/AGENTS.md b/modules/_ai-tools/AGENTS.md index a6056ed..41f5eb6 100644 --- a/modules/_ai-tools/AGENTS.md +++ b/modules/_ai-tools/AGENTS.md @@ -12,12 +12,15 @@ - Use Nushell (`nu`) for scripting. - Do not use Python, Perl, Lua, awk, or any other scripting language. You are programatically blocked from doing so. +## Workflow + +- Always complete the requested work. +- Do not end with “If you want me to…” or “I can…”; take the next necessary step and finish the job without waiting for additional confirmation. +- Do not future-proof things. Stick to the original plan. +- Do not add fallbacks or backward compatibility unless explicitly required by the user. By default, replace the previous implementation with the new one entirely. + ## Validation - Do not ignore failing tests or checks, even if they appear unrelated to your changes. - After completing and validating your work, the final step is to run the project's full validation and test commands and ensure they all pass. -## Workflow - -- Always complete the requested work. -- Do not end with “If you want me to…” or “I can…”; take the next necessary step and finish the job without waiting for additional confirmation.