From 85f76c70dec86dcc0a5890d9c1bcaa9bc1c9af12 Mon Sep 17 00:00:00 2001 From: curo1305 Date: Sun, 12 Apr 2026 15:17:00 +0200 Subject: [PATCH] Add git push convention to CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 87ca763..7ece641 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -88,6 +88,10 @@ Browser → Vite dev server (:5173) 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 +## Git convention + +Always run `git push` immediately after every `git commit`. + ## 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_.md`). If a file for today already exists, append to it rather than creating a new one.