BMAD-METHOD/.claude/rules/optimize-dry-solid-principl.../python-dependency-managemen...

7 lines
259 B
Plaintext

---
description: Enforces the use of UV for dependency installation and Python 3.12 within the service-1 directory.
globs: /service-1/**/*.*
---
- Always use UV when installing dependencies.
- Always use Python 3.12.
- Always use classes instead of functions.