diff --git a/CLAUDE.md b/CLAUDE.md index f0423f5470..16b57b12f0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -12,7 +12,6 @@ - `tools.py` - Tool functions used by the agent - `prompts.py` - System prompts - **Use clear, consistent imports** (prefer relative imports within packages). -- **Use clear, consistent imports** (prefer relative imports within packages). - **Use python_dotenv and load_env()** for environment variables. ### 🧪 Testing & Reliability @@ -56,4 +55,4 @@ - **Never assume missing context. Ask questions if uncertain.** - **Never hallucinate libraries or functions** – only use known, verified Python packages. - **Always confirm file paths and module names** exist before referencing them in code or tests. -- **Never delete or overwrite existing code** unless explicitly instructed to or if part of a task from `TASK.md`. \ No newline at end of file +- **Never delete or overwrite existing code** unless explicitly instructed to or if part of a task from `TASK.md`.