--- description: Sets guidelines for creating or modifying automation scripts within the project. globs: /scripts/**/*.ts --- When creating or modifying automation scripts: - Ensure scripts are modular and reusable. - Implement robust error handling and logging. - Document the purpose and usage of each script clearly. - Prioritize efficiency and performance in script design.