Skip to content

Commit 30df3f6

Browse files
authored
🤖 Add gitmoji directive to AGENTS.md (#166)
1 parent c6febee commit 30df3f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ When reviewing PRs:
7474
- Use `*[Symbol.iterator]` pattern for reusable stream operations (see Stateless Streams policy)
7575
- Avoid `sleep()` for test synchronization (see No-Sleep Test Sync policy)
7676

77+
## Commit and PR conventions
78+
79+
Use [gitmoji](https://gitmoji.dev) for commit and pull request subjects. For
80+
changes to files that direct the behavior of AI such as AGENTS.md or llms.txt
81+
use a robot emoji instead of the standard gitmoji for documentation
82+
7783
## Package Structure
7884

7985
Each package requires:

0 commit comments

Comments
 (0)