docs(agents): require append-only push after commits

This commit is contained in:
autonomic-bot
2026-06-01 12:59:12 +00:00
parent 24bf379b5b
commit dff090e5c8

View File

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