Skip to content

feat(code-review-bot): grep tool #70

@Pertempto

Description

@Pertempto

A grep tool could help the bot gather more context for a particular identifier

Arguments:

  • term
    • What to look for
    • Just start out with basic string to start, add regex support if whatever underlying package we are using supports it
  • paths
    • Where to look
    • glob patterns of files/directories
    • NEVER include .git or directories in .gitignore - otherwise the results could include a lot of stuff that wasn't intended

We need some threshold for the maximum number of items returned. If more results are found, the tool should return an error prompting the bot to be more specific.

Proposal

TBD

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions