- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📚 Documentation update
- 🎨 Code style/formatting changes
- ♻️ Refactoring (no functional changes)
- ⚡ Performance improvements
- ✅ Test additions or updates
- 🔧 Chore (maintenance, dependencies, CI, etc.)
- CLI (
cli/) - Schema (
calm/) - CALM AI (
calm-ai/) - CALM Hub (
calm-hub/) - CALM Hub UI (
calm-hub-ui/) - CALM Server (
calm-server/) - CALM Widgets (
calm-widgets/) - Documentation (
docs/) - Shared (
shared/) - VS Code Extension (
calm-plugins/vscode/) - Dependencies
- CI/CD
- I have tested my changes locally
- I have added/updated unit tests
- All existing tests pass
- My commits follow the conventional commit format
- I have updated documentation if necessary
- I have added tests for my changes (if applicable)
- My changes follow the project's coding standards