Decorated formation

A formation should not be used as a decoratee. This means that abstract objects should not have @ as their name.

Incorrect:

[] > main
  [] > @
    hello > test

Correct:

[] > main
  [] > foo
    hello > test

Published on Wed Aug 26 07:19:04 UTC 2026.