From 27be9fe229e6ba678be42b3544e4b3a5701454b0 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:28:20 -0500 Subject: [PATCH] Exclude auto-generated python-sdk docs from CodeRabbit reviews (#3206) * Exclude auto-generated python-sdk docs from CodeRabbit reviews * Clarify that python-sdk doc changes in PR diffs are expected --- .coderabbit.yaml | 3 +++ AGENTS.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 000000000..b7937d760 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,3 @@ +reviews: + path_filters: + - "!docs/python-sdk/**" diff --git a/AGENTS.md b/AGENTS.md index c726c0504..b34e83e23 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -96,7 +96,7 @@ When modifying MCP functionality, changes typically need to be applied across al - Uses Mintlify framework - Files must be in docs.json to be included -- Do not manually modify `docs/python-sdk/**` — a bot automatically updates these files via commits added to PRs +- Do not manually modify `docs/python-sdk/**` — a bot automatically updates these files via commits added to PRs. Changes to these files in PR diffs are expected and should not be flagged during review. - **Core Principle:** A feature doesn't exist unless it is documented! ### Documentation Guidelines