Skip to content

Commit 9c996e9

Browse files
committed
update agents
1 parent 9b3220b commit 9c996e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AGENTS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Before any operation:
2222
- Delete files without checking protection lists
2323
- Modify system-critical paths (e.g., `/System`, `/Library/Apple`)
2424
- Remove installer flags `--prefix`/`--config` from `install.sh`
25-
- Commit code changes unless explicitly requested
25+
- **Commit code changes or run `git commit` unless the user explicitly asks you to commit**
26+
- **Reply to GitHub issues or PRs on behalf of the user** - only prepare responses for user review
2627
- Run destructive operations without dry-run validation
2728
- Use raw `git` commands when `gh` CLI is available
2829

@@ -34,7 +35,7 @@ Before any operation:
3435
- Test with dry-run modes first
3536
- Validate syntax before suggesting changes: `bash -n <file>`
3637
- **Prioritize `gh` CLI for ALL GitHub operations** - Always use `gh` to fetch and manipulate GitHub data (issues, PRs, releases, comments, etc.) instead of raw git commands or web scraping
37-
- Never commit code unless explicitly requested by user
38+
- **Document fixes in AGENTS.md instead of committing or replying** - Prepare commit messages and GitHub responses for user review, don't execute them
3839
- Review and update `SECURITY_AUDIT.md` when modifying `clean` or `optimize` logic
3940

4041
---

0 commit comments

Comments
 (0)