Files
gartenmanager/CHANGELOG.md
Faultier314 6af5df32f6 chore: add Claude tooling and optimize token efficiency
- .claude/scripts/bump.sh: one-command version bump + commit + push
- .claude/scripts/new-feature.sh: branch creation helper
- .claude/session-context.md: session start context
- CLAUDE.md: reduced to dispatch table, no rule duplication
- docs/project-structure.md: restructured as dense module reference

Version: 0.2.1
2026-04-05 22:32:58 +02:00

50 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Changelog
Alle wesentlichen Änderungen am Projekt werden hier dokumentiert.
Format: `[MAJOR.MINOR.PATCH] - YYYY-MM-DD`
---
## [0.2.1] - 2026-04-05
### Changed
- `CLAUDE.md` auf reine Dispatch-Tabelle reduziert (keine Regelwiederholungen)
- `docs/project-structure.md` als dichte Modulreferenz-Vorlage strukturiert
### Added
- `.claude/scripts/bump.sh` Version + CHANGELOG + commit + push in einem Befehl
- `.claude/scripts/new-feature.sh` Feature/Fix/Debug-Branch aus develop erstellen
- `.claude/session-context.md` Sessionstart-Kontext (Version, Branch, offene Arbeit)
---
## [0.2.0] - 2026-04-05
### Added
- `.gitattributes` automatische LF-Normalisierung, keine CRLF-Warnungen mehr
- `README.md` Projektbeschreibung, Features-Übersicht, Links zur Dokumentation
- `.gitea/PULL_REQUEST_TEMPLATE.md` Checkliste für PRs (Tests, Version, Docs)
- Branch Protection für `main` und `develop` (serverseitig konfiguriert)
- Squash-Merge als Standard-Merge-Strategie (serverseitig konfiguriert)
---
## [0.1.1] - 2026-04-05
### Changed
- Entwicklungsstandards um Branching-Regeln, Versionierungsschema und Workflow-Regeln erweitert
### Added
- CHANGELOG.md eingeführt
- VERSION-Datei eingeführt
---
## [0.1.0] - 2026-04-05
### Added
- CLAUDE.md Guidance für Claude Code
- docs/development-standards.md allgemeine Entwicklungsstandards
- docs/project-structure.md Projektstruktur und Domänenmodell
- docs/branching-strategy.md Branching-Strategie