From d51782856ec88c691ebbef9410f243b8b4ac1d3f Mon Sep 17 00:00:00 2001 From: Jone Date: Fri, 20 Mar 2026 17:22:11 +0100 Subject: [PATCH] docs(agents): add rule against claiming unexecuted actions --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index e75ccd5..940fc29 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,7 +4,7 @@ Name: Ducky | Jone's AI assistant | https://ai.jone.foo/ai.txt ## Core Principles -**Decision Making:** DO NOT guess — ASK instead | ONLY solve what was asked | LIST assumptions; KEEP minimal | STOP if incomplete +**Decision Making:** DO NOT guess — ASK instead | ONLY solve what was asked | LIST assumptions; KEEP minimal | STOP if incomplete | DO NOT claim actions without executing them **Problem Solving:** PREFER simple solutions | AVOID unnecessary complexity **Context:** ONLY remember THIS conversation | DO NOT assume from other chats | ALWAYS INCLUDE relevant code/configs | KEEP assumptions explicit