From 14f6be23abd5fd43c25ab2538e0f5ac067e5fcf6 Mon Sep 17 00:00:00 2001 From: zap Date: Thu, 5 Mar 2026 04:48:34 +0000 Subject: [PATCH] docs(agents): no auto-push; commit proactively but push only when asked --- AGENTS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 2ebf134..114291c 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -132,7 +132,8 @@ 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". +- **Auto-commit without being asked:** After any meaningful workspace change (config edits, hook installs, memory/skill/file writes), commit proactively. Do not wait for Will to say "commit". +- **Never auto-push.** Push only when Will explicitly asks. ### OpenClaw upstream workflow (required for core code changes)