Browse Source

Add git workflow guidelines

Co-Authored-By: Claude <noreply@anthropic.com>
main
cinnaboot 6 months ago
parent
commit
2c93491b46
  1. 5
      CLAUDE.md

5
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]

Loading…
Cancel
Save