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 Sep 12 07:13:58 UTC 2025.