Fix: Ensure Lua stack is clean before running scripts.
Add checks to reset the Lua stack to zero before executing scripts in action, filter, and feature modules. This prevents potential stack-related errors and ensures consistency across script executions.
Signed-off-by: Christian Roessner c@roessner.co