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
9 changes: 9 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Upstream first

For feature changes, updates, and bug investigation or fixes:

1. First inspect how upstream yabai designs and implements the relevant behavior,
including related changes and fixes.
2. Prefer reusing or adapting the upstream approach.
3. Write a custom implementation only when upstream cannot meet the requirements,
and briefly explain why.