Add manifest.json that contains version of the repository content. Update CLAUDE.md with new versioning rules.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s

This commit is contained in:
2026-01-30 14:46:43 +03:00
parent 9ddfc00b03
commit e6ed20687f
2 changed files with 11 additions and 0 deletions

View File

@@ -11,3 +11,11 @@ When reviewing or refactoring blueprint files:
3. **Spelling & Grammar** - Correct any spelling or grammatical errors 3. **Spelling & Grammar** - Correct any spelling or grammatical errors
4. **Documentation** - Add comments to make the code easier to read and understand 4. **Documentation** - Add comments to make the code easier to read and understand
5. **User-Friendly Messages** - Use entity friendly names instead of entity IDs in notification messages 5. **User-Friendly Messages** - Use entity friendly names instead of entity IDs in notification messages
## Versioning
After any change to repository content (blueprints, documentation, or other files), update the `version` field in `manifest.json` using semantic versioning:
- **Major** (X.0.0) - Breaking changes or major new features
- **Minor** (0.X.0) - New features, enhancements, or significant improvements
- **Patch** (0.0.X) - Bug fixes, typos, small tweaks, or documentation updates

3
manifest.json Normal file
View File

@@ -0,0 +1,3 @@
{
"version": "1.1.0"
}