diff --git a/AGENTS.md b/AGENTS.md index 9a529ae..a8be03d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -38,4 +38,5 @@ ### General - **Formatting**: ruff for Python, ESLint for TypeScript - **Commits**: Use conventional commits, run pre-commit hooks before pushing + - Avoid including specific numbers, counts, or data-dependent information that may become outdated - **Security**: Never log sensitive data, use environment variables for secrets