We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e493bea commit a51f640Copy full SHA for a51f640
1 file changed
CLAUDE.md
@@ -61,6 +61,7 @@
61
- Never create files unless necessary; always prefer editing existing files
62
- Forbidden to create docs unless requested
63
- 🚨 **NEVER use `npx`, `pnpm dlx`, or `yarn dlx`** -- use `pnpm exec <package>` for devDep binaries, or `pnpm run <script>` for package.json scripts
64
+- **minimumReleaseAge**: NEVER add packages to `minimumReleaseAgeExclude` in CI. Locally, ASK before adding — the age threshold is a security control.
65
66
## EVOLUTION
67
0 commit comments