Formation Without Comments

Each named formation should have comment on top of it.

Incorrect:

[] > main
  42 > @

Correct:

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

Published on Tue Mar 31 07:20:20 UTC 2026.