Add git push convention to CLAUDE.md

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
curo1305
2026-04-12 15:17:00 +02:00
parent eadfbeab35
commit 85f76c70de
+4
View File
@@ -88,6 +88,10 @@ Browser → Vite dev server (:5173)
2. Token stored in `localStorage`, attached to every request by the Axios interceptor 2. Token stored in `localStorage`, attached to every request by the Axios interceptor
3. Protected routes call `GET /api/users/me`; `get_current_user` dep validates the token on the server 3. Protected routes call `GET /api/users/me`; `get_current_user` dep validates the token on the server
## Git convention
Always run `git push` immediately after every `git commit`.
## Changelog convention ## Changelog convention
Every time files are added or modified, append an entry to the relevant file in `changelog/` (one file per date, named `YYYY-MM-DD_<slug>.md`). If a file for today already exists, append to it rather than creating a new one. Every time files are added or modified, append an entry to the relevant file in `changelog/` (one file per date, named `YYYY-MM-DD_<slug>.md`). If a file for today already exists, append to it rather than creating a new one.