Skip to content

Commit d9bc887

Browse files
committed
docs: add minimumReleaseAge policy to CLAUDE.md
1 parent 467e411 commit d9bc887

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
@@ -21,6 +21,7 @@
2121
- Dependencies: After `package.json` edits, run `pnpm install` to update `pnpm-lock.yaml`
2222
- Backward Compatibility: 🚨 FORBIDDEN to maintain - actively remove when encountered (see canonical CLAUDE.md)
2323
- 🚨 **NEVER use `npx`, `pnpm dlx`, or `yarn dlx`** — use `pnpm exec <package>` for devDep binaries, or `pnpm run <script>` for package.json scripts. If a tool is needed, add it as a pinned devDependency first.
24+
- **minimumReleaseAge**: NEVER add packages to `minimumReleaseAgeExclude` in CI. Locally, ASK before adding — the age threshold is a security control.
2425

2526
---
2627

0 commit comments

Comments
 (0)