Skip to content

Commit 5093bd5

Browse files
committed
docs: Add command execution principles to CLAUDE.md
1 parent 4e61e0b commit 5093bd5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CLAUDE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
2727
- Always assess issue size and scope accurately - avoid over-engineering simple tasks
2828
- Apply to both implementation and documentation
2929
- 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
3034

3135
## Project Overview
3236

0 commit comments

Comments
 (0)