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 Oct 10 22:54:11 UTC 2025.