diff --git a/AGENTS.md b/AGENTS.md index 0f71f31..a8c68a5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -49,6 +49,10 @@ Python uses **single-quoted strings** (`'...'`). Reformat with `ruff format --config "format.quote-style='single'" ` (ruff is available via `nix run nixpkgs#ruff`). Docstrings stay triple-double-quoted (`"""`). +In prose (commit messages, docs, comments), backtick-quote anything code-like — +paths, filenames, identifiers, commands, endpoints — rather than plain or +double-quoted text. + ## Working with the capture Read flows with the mitmproxy Python API: