-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
.gitor 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