Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,11 @@ The perl_test_runner.pl sets these automatically based on the test file being ru

5. **Wait for review** before merging

6. **Use `GIT_EDITOR="true"` for non-interactive git operations** (e.g., `git commit --amend`, `git rebase`). This avoids hanging on an interactive editor:
```bash
GIT_EDITOR="true" git commit --amend
```

### Commits

- Reference the design doc or issue in commit messages when relevant
Expand Down
Loading