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 Mon May 25 14:35:06 UTC 2026.