diff options
Diffstat (limited to '.cursorrules')
| -rw-r--r-- | .cursorrules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.cursorrules b/.cursorrules index afd9955..a4d098d 100644 --- a/.cursorrules +++ b/.cursorrules @@ -80,4 +80,5 @@ - **When providing solutions or examples, ensure they are self-contained and executable without requiring extensive modifications.** - **If a request is unclear or lacks sufficient information, ask clarifying questions before proceeding.** - **Always consider the security implications of your code, especially when dealing with user inputs and external data.** -- **Actively use and promote best practices for the specific tasks at hand (LLM app development, data cleaning, demo creation, etc.).**
\ No newline at end of file +- **Actively use and promote best practices for the specific tasks at hand (LLM app development, data cleaning, demo creation, etc.).** +- **Run all tests by changing directory to subproject and run `uv run pytest` for dependency context**
\ No newline at end of file |
