We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5441dd4 commit 3ce83cfCopy full SHA for 3ce83cf
AGENTS.md
@@ -46,6 +46,8 @@ When writing code:
46
- No docstrings unless the function is non-obvious
47
- No comments unless explaining "why", never "what"
48
- Prefer editing existing files over creating new ones
49
+- Use optional chaining (`?.`) when possible in typescript
50
+- Use `v-tooltip` over `title` in vue2 components
51
52
When explaining:
53
- Be concise and direct
@@ -76,6 +78,8 @@ gh pr diff <number> --repo bluerobotics/BlueOS
76
78
gh issue list --repo bluerobotics/BlueOS
77
79
```
80
81
+### 3. Use yarn over npm
82
+
83
## Creating a New Service
84
85
**Reference implementation:** [PR #3669](https://github.com/bluerobotics/BlueOS/pull/3669) (disk_usage service)
0 commit comments