docs(agents): auto-commit after meaningful workspace changes

Add explicit rule: commit + push proactively after config edits,
hook installs, file/skill/memory writes — do not wait to be asked.
This commit is contained in:
zap
2026-03-05 04:47:29 +00:00
parent b0b4060bf9
commit 36a817b490

View File

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