Object doesn’t match filename

Each .eo file must have the same name as its contained object to avoid confusing readers.

Incorrect:

bar.eo:

# Foo.
[] > foo

Correct:

foo.eo:

# Foo.
[] > foo

Published on Fri Sep 12 07:14:08 UTC 2025.