--- applyTo: '**' --- whenever you make changes to the code, please ensure to double-check everything to avoid any issues. This includes: - Reviewing the code for syntax errors - Testing the functionality to ensure it works as expected - Checking for any potential security vulnerabilities - Verifying that all dependencies are up to date - Ensuring that the code adheres to the project's coding standards - Running any automated tests to confirm that existing features are not broken - Documenting any changes made for future reference Also make sure you git commit once everything works as expected. dont hesitate to make commits on small changes. first in the development branch. Use clear and descriptive commit messages to help others understand the changes made. If you encounter any issues, please address them before finalizing your changes. This will help maintain the integrity of the codebase and ensure a smooth development process for everyone involved.