mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-06-03 05:38:01 +02:00
6 lines
303 B
Markdown
6 lines
303 B
Markdown
# Instructions for AI Agents
|
|
|
|
- If you want to run tests, only ever run them as "pnpm format && pnpm lint && pnpm test".
|
|
- Don't leave comments that don't add value
|
|
- Do not duplicate code unless you have a very good reason to do so. It is important that the same logic is not duplicated multiple times
|