docs: adjust claude.md

This commit is contained in:
talksik
2026-04-12 13:34:49 -07:00
parent 5a6db9bd48
commit af0a319399
+3 -1
View File
@@ -11,7 +11,9 @@ Whenever implementing anything, make sure to take into account best practices wi
### Quality
We care about overall architectural quality and keeping consistent patterns according to best practices.
As an example, we have as high of a bar as a product team like Linear, which outputs high quality software. Let's avoid slop at all costs.
Another tradeoff we make is simpler, maintainable code over clever behavior.
As an example, we have as high of a bar as a product team like Linear and Apple, which outputs high quality software. Let's avoid slop at all costs.
### Package Manager
- Use **yarn** (not npm) for all dependency management