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 Fri Oct 10 22:54:01 UTC 2025.