Skip to content

Commit abd8cae

Browse files
committed
Add a tip to AGENTS.md
1 parent 7117903 commit abd8cae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

AGENTS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ This is the repository for the Ruby gem Zeitwerk, which provides autoloading, ea
1010
- Study the current implemetation under the `lib` directory.
1111
- Study the existing test suite under `test`.
1212
- Execute commands for Ruby tools with `mise exec -- <command>`.
13+
- It is OK for predicates to return objects different than `true` and `false` if
14+
other choices make sense from a pragmatic point of view. Please, check the
15+
method `Zeitwerk::Registry.conflicting_root_directory?` for an example.
1316

1417
## Code style
1518

0 commit comments

Comments
 (0)