15 lines
657 B
Markdown
15 lines
657 B
Markdown
# Assistant Configuration
|
|
|
|
This file contains configuration and commands for the Claude assistant working on the CMtec CMDR Joystick 25.
|
|
|
|
## Global Rules
|
|
|
|
- Always describe what you thinking and your plan befor starting to change files.
|
|
- Make sure code have max 5 indentation levels
|
|
- Use classes, arrays, structs, etc for clean organization
|
|
- Make sure the codebase is manageable and easily readable
|
|
- Always check code (compile/check)
|
|
- Always fix compile warnings
|
|
- Do not try to deploy project to hardware
|
|
- Remember to update CLAUDE.md about current progress, notes and recent changes. But always wait for confirmation that the code work as intended.
|