From 74c3093726d2e335870a0bf0686ff897bafa1b69 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Fri, 5 Jun 2026 08:53:49 -0700 Subject: [PATCH] chore: scope CodeRabbit review to cli-agent source for PR #1446 Co-Authored-By: Claude Opus 4.8 (1M context) --- .coderabbit.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000000..d581f4d111 --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,21 @@ +# Branch-scoped review config for the cli-agent executor PR (#1446). +# Limits CodeRabbit to the core cli-agent source so the review fits under +# CodeRabbit's 150-changed-file cap and focuses on the new logic. +# NOTE: remove this file before merge if a repo-wide review scope is desired on main. +reviews: + path_filters: + - "packages/engine/src/cli-agent/**" + - "packages/engine/src/cli-agent-validator.ts" + - "packages/engine/src/runtimes/in-process-runtime.ts" + - "packages/dashboard/src/cli-chat.ts" + - "packages/dashboard/src/cli-session-output-filter.ts" + - "packages/dashboard/src/cli-session-transport.ts" + - "packages/dashboard/src/cli-session-ws.ts" + - "packages/dashboard/src/routes/cli-sessions.ts" + - "packages/dashboard/src/routes/cli-agent-hooks.ts" + - "packages/dashboard/src/routes/cli-agent-settings.ts" + - "packages/dashboard/app/components/SessionTerminal.tsx" + - "packages/dashboard/app/components/CliChatSurface.tsx" + - "packages/core/src/cli-session-store.ts" + - "packages/core/src/cli-session-types.ts" + - "packages/core/src/redact-secrets.ts"