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