Formation Without Comments

Each named formation should have comment on top of it.

Incorrect:

[] > main
  42 > @

Correct:

# This is main.
[] > main
  42 > @

Published on Mon May 25 14:35:04 UTC 2026.