From 2c93491b46752ef26fcb1c5bbe5d5d260d8c899a Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Sat, 3 Jan 2026 11:06:24 -0500 Subject: [PATCH] Add git workflow guidelines Co-Authored-By: Claude --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 70df4b6..6c4fab3 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,6 +15,11 @@ - No decorative comment blocks (===, ---, etc.) - Only comment non-obvious logic +## Git Workflow +- Small commits with logical separation +- Concise commit messages +- Claude footer: short one-liner only + ## Common Commands - Build: make - Run: ./orbit_sim [config_file]