From e5063a1a2a7636b0b94db206df3df44e5194ce60 Mon Sep 17 00:00:00 2001 From: StormRunner06106 Date: Sun, 13 Sep 2026 22:35:54 -0700 Subject: [PATCH] docs: require automatic commits for prompt changes --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..0334413 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,10 @@ +# Agent instructions + +## Automatic commits + +- Automatically commit every repository change made to fulfill a user prompt before ending the task, unless the user explicitly instructs otherwise. +- Keep each commit focused on the corresponding prompt and use a clear commit message describing the changes. +- Run any relevant checks before committing and report their results. +- Stage only the files or hunks changed for the current prompt. Do not include unrelated or pre-existing changes. +- If a commit cannot be completed, explain the blocker and report any changes left uncommitted. +- Do not push commits unless the user requests it.