Skip to content

Commit 5c8502e

Browse files
Emphasize critical rule: must ask for permission before any commit
1 parent 6c75c5c commit 5c8502e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ The repository does **not** contain a `.cursor/` directory or a `.github/copilot
209209

210210
---
211211

212-
**Agent Restrictions**: Agents must not modify any files outside the project directory. They also may not commit changes without explicit user permission; always ask for review before committing.
212+
**Agent Restrictions**: Agents must not modify any files outside the project directory. **CRITICAL:** Agents must **never** commit any changes without **explicit user permission**. ALWAYS ask for review and obtain approval **before** running any `git add` / `git commit` commands.
213213

214214
**Shell Environment**: Agents should execute commands using **zsh** (as the user’s default shell) to ensure compatibility with tools installed in that environment.
215215

0 commit comments

Comments
 (0)