I have a question regarding the namespace for operations. I’m adding a notifier operation following the guides under Container and components. The guides state the operation should live in `app/operations/my_operation.rb`.
However, the generator puts it in either `app/my_operation.rb` or `app/notifiers/my_operation.rb`, if I pass the notifiers.my_operation to the CLI command.
Are these two the same operation and should the guides be updated or am I missing something?