From dff090e5c8d1b1ce7d1762daf8b25cb5de81b546 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Mon, 1 Jun 2026 12:59:12 +0000 Subject: [PATCH] docs(agents): require append-only push after commits --- AGENTS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c54783d..075f0cf 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -85,3 +85,10 @@ cc-ci VM"). The orchestrator is the human's steering wheel; the loops are the en Never commit secret values. `.testenv`, `*.tfstate`, `*.key`/`*.pem`, and the loop runtime/clone dirs are gitignored. Reference secret *locations*, never their contents (`plan.md` ยง9). + +## Commit discipline + +When the orchestrator, Builder, or assistant makes intentional repository changes here, commit them +promptly and push them to `git.autonomic.zone` in append-only fashion (never force-push). Match the +existing commit author and message style in this repo. Do not bundle unrelated worktree changes you +did not make; stage only the intended files.