---
name: Commit without asking when appropriate
description: User has granted durable authorization to commit when I judge it appropriate, without confirming each time
type: feedback
originSessionId: 531aff41-3330-4729-8ba1-09499450783f
---
When working on `/data/cameron/agents_stuff` (the agent fleet repo, where I run as the `mac` agent), commit changes I make without asking for per-commit confirmation. Same applies to similar in-scope edits Cameron asks me to make.

**Why:** Cameron explicitly said "commit when you see appropriate, don't need to ask" on 2026-04-29 after I asked whether to commit a ROLE.md update. He prefers to skip the friction of per-commit prompts for routine in-scope changes.

**How to apply:**
- Applies to commits of my own in-scope work (ROLE.md, my agent's files, fleet config I was asked to touch). Still ask before pushing to remote, force-pushing, or committing files outside my agent scope.
- Still skip the commit if there are no changes, or if I'd be committing files I didn't touch / don't understand (e.g. someone else's uncommitted scratch).
- Still follow the rest of the commit safety protocol (no `--no-verify`, no `git add -A` blanket adds, no committing secrets, prefer new commits over amends).
