Decorated formation

A formation shouldn’t be used as a decoratee. It means that abstract object should not have @ as its name.

Incorrect:

[] > main
  [] > @
    hello > test

Correct:

[] > main
  [] > foo
    hello > test

Published on Sun Jun 22 07:52:55 UTC 2025.