From 36a817b490f5bc9a32f9acf1664ea97e59d066c1 Mon Sep 17 00:00:00 2001 From: zap Date: Thu, 5 Mar 2026 04:47:29 +0000 Subject: [PATCH] docs(agents): auto-commit after meaningful workspace changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add explicit rule: commit + push proactively after config edits, hook installs, file/skill/memory writes — do not wait to be asked. --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 819c720..2ebf134 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -132,6 +132,7 @@ Skills provide your tools. When you need one, check its `SKILL.md`. Keep local n - Create a feature branch when work is non-trivial, multi-step, or risky. - Keep `main` stable; use **rebase-first history** and prefer **Rebase and merge** for PRs after verification. - Before commit, quickly check staged diff and avoid committing secrets/runtime noise. +- **Auto-commit without being asked:** After any meaningful workspace change (config edits, hook installs, memory/skill/file writes), commit + push proactively. Do not wait for Will to say "commit". ### OpenClaw upstream workflow (required for core code changes)