Skip to content

Commit 61ad702

Browse files
committed
docs: add minimumReleaseAge policy to CLAUDE.md
1 parent 19a2672 commit 61ad702

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
@@ -90,6 +90,7 @@ The file system is working memory. Use it actively:
9090
- Forbidden to create docs unless requested
9191
- Required to do exactly what was asked
9292
- 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.
9394

9495
## DOCUMENTATION POLICY
9596

0 commit comments

Comments
 (0)