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 cadfeda commit a16e99fCopy full SHA for a16e99f
CLAUDE.md
@@ -21,6 +21,7 @@ All shared standards (git, testing, code style, cross-platform, CI) defined in s
21
- Commits: [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) `<type>(<scope>): <description>` - NO AI attribution
22
- Scripts: Prefer `pnpm run foo --flag` over `foo:bar` scripts
23
- 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`
25
26
---
27
0 commit comments