Add CLAUDE.md with versioning rules

This commit is contained in:
2026-01-30 14:45:46 +03:00
parent 847c39eaa8
commit 2ca26e178a

10
CLAUDE.md Normal file
View File

@@ -0,0 +1,10 @@
# Project Guidelines
## Version Management
Any change to the repository content (code, configuration, documentation) should update the integration version in `custom_components/immich_album_watcher/manifest.json`.
Use semantic versioning:
- **MAJOR** (x.0.0): Breaking changes
- **MINOR** (0.x.0): New features, backward compatible
- **PATCH** (0.0.x): Bug fixes, documentation updates