1 parent ff801b8 commit 3fda5eaCopy full SHA for 3fda5ea
1 file changed
ai/AGENTS.md
@@ -5,3 +5,4 @@
5
- Always use `rg` (ripgrep) instead of `grep` for searching file contents.
6
- Always use `fd` instead of `find` for searching files and directories.
7
- Always use the `gh` CLI when accessing or operating on GitHub resources (PRs, issues, releases, etc.).
8
+- When accessing serial ports, ALWAYS use named ports via `/dev/serial/by-id` (Linux — not macOS-style `/dev/tty.usbserial-*` paths).
0 commit comments