diff --git a/AGENTS.md b/AGENTS.md new file mode 100644 index 0000000..1f24b9c --- /dev/null +++ b/AGENTS.md @@ -0,0 +1,17 @@ +# Project Guidelines + +## Commits +Follow GNOME style: Summary <72 chars, imperative, no period. Body with bullet points for changes. + +## Code +- Classes for modularity, private attrs/methods (_prefix). +- Avoid redundancy (e.g., single strip() calls). +- Encapsulation over public access. + +## Testing +- Dry-run first, check logs/counts vs. Thunderbird. +- Verify no duplicates or errors. + +## Security +- Never commit .env; use .env.example. +- Private credentials, no hard-coded URLs. \ No newline at end of file