Is your feature request related to a problem? Please describe.
Currently, there is no standardized pipeline for executing plugin hooks, which leads to inconsistent behavior and integration challenges.
Describe the solution you'd like
Implement a robust plugin hook execution pipeline to streamline extension points, allowing plugins to be executed in a predictable and configurable order.
Describe alternatives you've considered
Manual execution ordering and external scripts, but these lack cohesion and are harder to maintain.
Additional context
This will help support more advanced plugin workflows and integrations.
Is your feature request related to a problem? Please describe.
Currently, there is no standardized pipeline for executing plugin hooks, which leads to inconsistent behavior and integration challenges.
Describe the solution you'd like
Implement a robust plugin hook execution pipeline to streamline extension points, allowing plugins to be executed in a predictable and configurable order.
Describe alternatives you've considered
Manual execution ordering and external scripts, but these lack cohesion and are harder to maintain.
Additional context
This will help support more advanced plugin workflows and integrations.