summaryrefslogtreecommitdiffstatshomepage
path: root/dot_codex
diff options
context:
space:
mode:
authorsommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 17:31:21 +0100
committersommerfeld <sommerfeld@sommerfeld.dev>2026-09-17 17:31:21 +0100
commitf5f9bdee476114e4f345de320631aee9ea247861 (patch)
tree7f6d9016f082282598a1d5589e7f9e433d909d60 /dot_codex
parente6a63393c8ec23a5462d86e377cac5ad02fb7a3a (diff)
downloaddotfiles-f5f9bdee476114e4f345de320631aee9ea247861.tar.gz
dotfiles-f5f9bdee476114e4f345de320631aee9ea247861.tar.bz2
dotfiles-f5f9bdee476114e4f345de320631aee9ea247861.zip
Require commits after completed tasksHEADmaster
Diffstat (limited to 'dot_codex')
-rw-r--r--dot_codex/AGENTS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_codex/AGENTS.md b/dot_codex/AGENTS.md
index 24841b6..4535c08 100644
--- a/dot_codex/AGENTS.md
+++ b/dot_codex/AGENTS.md
@@ -78,6 +78,8 @@ When running inside `aibox`:
Make commits atomic, single-concern, and independently reviewable.
+- After completing and validating a task, commit its changes without waiting
+ for a separate request. Leave unrelated changes uncommitted.
- Before staging, ask whether the commit can be smaller and still make sense.
- Each commit should pass the relevant checks for the change at the HEAD of that
commit.