From 0827978a882c8c85c4a0d5ce3358ec53dd4cd1bc Mon Sep 17 00:00:00 2001 From: Meik Date: Thu, 7 May 2026 19:08:57 +0200 Subject: [PATCH] Add agent workflow instructions --- AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..e4fa3bd --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,8 @@ +# Agent Instructions + +- Before making any change, check that the Git working tree is clean. +- If the working tree is not clean, stop and clarify how to proceed before editing files. +- After every change, create a Git commit with a concise, meaningful message describing what was done. +- After committing, push the commit to the tracked remote branch. +- If commit or push fails, retry the commit and push workflow up to five times. +- If the workflow still fails after five attempts, report the failure and include the relevant error output.