chore: Add config with AGENTS.md context and opt-out label for greptile#2400
Merged
charlesvien merged 3 commits intoMay 28, 2026
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
What T-Rex did
ArtifactsGreptile config schema validation notes
Greptile docs cross-check and URLs evidence
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
greptile.json:4
**Use file objects** `customContext.files` is documented as an array of file objects with a `path` field, but this config passes `AGENTS.md` as a bare string. That can leave the file reference ignored or rejected, so reviews would not receive the architecture context this PR is trying to add.
```suggestion
"files": [{ "path": "AGENTS.md" }]
```
Reviews (1): Last reviewed commit: "fix greptile.json indentation to 2 space..." | Re-trigger Greptile |
fcfb12c to
502a6b0
Compare
233cdcf to
3414316
Compare
adboio
approved these changes
May 28, 2026
Member
Author
Merge activity
|
502a6b0 to
3648667
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
Greptile reviews this repo with no per-repo config, so it ignores our architecture rules. I'm matching this with the monorepo.
Changes
How did you test this?
manually
Publish to changelog?
no