From cb2a9898ebd5a45c6d23c441c3b70e1381788ed1 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 08:37:32 +0000 Subject: [PATCH] Document agent preference to auto-commit and push completed work. --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 AGENTS.md diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..41f39d7 --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,7 @@ +# Agent instructions + +## Git workflow + +- After completing a discrete unit of work, **always commit and push** to the current branch without waiting for the user to ask. +- Use a clear commit message describing why the change was made. +- Do not force-push or rewrite published history unless the user explicitly asks.