- Updated the skills submodule to the latest commit, ensuring alignment with project dependencies.
- Introduced new GitHub Actions workflows:
- `build.yml` for building the Tauri app.
- `test.yml` for running unit tests with coverage.
- `pr-protection.yml` to enforce PR title conventions and branch protection.
- `version-bump.yml` for automated version bumping on main branch pushes.
These changes enhance the CI/CD pipeline, improve code quality checks, and ensure the project remains up-to-date with the latest skills integration.