Skip to content

Commit a16e99f

Browse files
committed
docs(claude): add dependency management reference
- Add lockfile update reminder to quick references - Reference socket-registry for full dependency management standards
1 parent cadfeda commit a16e99f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
2121
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
2222
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
2323
- Docs: Use `docs/` folder, lowercase-with-hyphens.md filenames, pithy writing with visuals
24+
- Dependencies: After `package.json` edits, run `pnpm install` to update `pnpm-lock.yaml`
2425

2526
---
2627

0 commit comments

Comments
 (0)