Formation Without Comments

Each named formation should have comment on top of it.

Incorrect:

[] > main
  42 > @

Correct:

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

Published on Fri Sep 12 07:13:56 UTC 2025.