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
6 changes: 6 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,12 @@ for (const item of yield * each(stream(asyncIterable))) {
- After resolve/reject, yielding the `operation` always produces the same
outcome; calling resolve/reject again has no effect.

## Commit and PR conventions

Use [gitmoji](https://gitmoji.dev) for commit and pull request subjects. For
changes to files that direct the behavior of AI such as AGENTS.md or llms.txt
use a robot emoji instead of the standard gitmoji for documentation

## Pre-commit workflow

Before committing any changes to this repository:
Expand Down
Loading