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 Tue Mar 31 07:20:22 UTC 2026.