We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e61e0b commit 5093bd5Copy full SHA for 5093bd5
CLAUDE.md
@@ -27,6 +27,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
27
- Always assess issue size and scope accurately - avoid over-engineering simple tasks
28
- Apply to both implementation and documentation
29
- Verbose documentation causes review burden for humans
30
+- Respect workspace tooling conventions
31
+ - Always use workspace's package manager (detect from lock files: pnpm-lock.yaml → pnpm, yarn.lock → yarn, package-lock.json → npm)
32
+ - Prefer just commands when task exists in justfile or adding recurring tasks
33
+ - Direct command execution acceptable for one-off operations
34
35
## Project Overview
36
0 commit comments