Add agent workflow instructions

This commit is contained in:
2026-05-07 19:08:57 +02:00
parent de7767c234
commit 0827978a88

8
AGENTS.md Normal file
View File

@@ -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.