From f688b068e7f06111fc69ee70adc1b66c75fa5a93 Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Thu, 5 Feb 2026 18:32:08 -0500 Subject: [PATCH] chore(infra): update `AGENTS.md` for inline code formatting guidelines (#6752) --- AGENTS.md | 2 ++ CLAUDE.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 0f97cf648..7a8d1dc12 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -53,3 +53,5 @@ sdk-js (standalone) ``` Changes to a library may impact all of its dependents shown above. + +- Do NOT use Sphinx-style double backtick formatting (` ``code`` `). Use single backticks (`` `code` ``) for inline code references in docstrings and comments. diff --git a/CLAUDE.md b/CLAUDE.md index f9dabdc62..cc4ee1a9a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -53,3 +53,5 @@ sdk-js (standalone) ``` Changes to a library may impact all of its dependents shown above. + +- Do NOT use Sphinx-style double backtick formatting (` ``code`` `). Use single backticks (`` `code` ``) for inline code references in docstrings and comments.