From 9cac4309fb7ed2727923ef766ead9de453dcd963 Mon Sep 17 00:00:00 2001 From: "zen-agents[bot]" <302351347+zen-agents[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:28:39 +0000 Subject: [PATCH] chore: add .greptile/config.json for deep-label routing Plan 028: org Reviews UI cannot set commentTypes/ignorePatterns. Repo config enforces review:deep-only, App authors, no auto on updates, status checks, and lockfile/dist ignores. Flex $0 already set org-wide. --- .greptile/config.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .greptile/config.json diff --git a/.greptile/config.json b/.greptile/config.json new file mode 100644 index 0000000..a5985bb --- /dev/null +++ b/.greptile/config.json @@ -0,0 +1,30 @@ +{ + "strictness": 2, + "commentTypes": [ + "logic", + "syntax" + ], + "labels": [ + "review:deep" + ], + "includeAuthors": [ + "zen-agents[bot]", + "zenagents-el[bot]" + ], + "excludeAuthors": [ + "dependabot[bot]", + "renovate[bot]", + "github-actions[bot]", + "pre-commit-ci[bot]", + "allcontributors[bot]", + "coderabbitai[bot]" + ], + "triggerOnUpdates": false, + "statusCheck": true, + "fileChangeLimit": 100, + "ignorePatterns": "**/package-lock.json\n**/pnpm-lock.yaml\ndist/**\n.next/**\nnode_modules/**", + "shouldUpdateDescription": false, + "autoApprove": { + "enabled": false + } +}