14 lines
511 B
Markdown
14 lines
511 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
|