We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a2672 commit 61ad702Copy full SHA for 61ad702
1 file changed
CLAUDE.md
@@ -90,6 +90,7 @@ The file system is working memory. Use it actively:
90
- Forbidden to create docs unless requested
91
- Required to do exactly what was asked
92
- NEVER use `npx`, `pnpm dlx`, or `yarn dlx` — use `pnpm exec <package>` for devDep binaries, or `pnpm run <script>` for package.json scripts
93
+- **minimumReleaseAge**: NEVER add packages to `minimumReleaseAgeExclude` in CI. Locally, ASK before adding — the age threshold is a security control.
94
95
## DOCUMENTATION POLICY
96
0 commit comments