From f4d89c06c9dd94807c92ef69a89b5dee03b07924 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 14 Jun 2026 01:01:28 +0100 Subject: [PATCH] Document backtick-quoting code in prose Co-Authored-By: Claude Opus 4.8 --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) 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: