Skip to content

Commit a51f640

Browse files
committed
docs: add minimumReleaseAge policy to CLAUDE.md
1 parent e493bea commit a51f640

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
- Never create files unless necessary; always prefer editing existing files
6262
- Forbidden to create docs unless requested
6363
- 🚨 **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.
6465

6566
## EVOLUTION
6667

0 commit comments

Comments
 (0)