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.