[Configuration] Allow directories to be provided instead of searching for backend
- Dominant language
- Go
- Stars
- 26
- Forks
- 7
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
### TL;DR
Allow users to provide a list of directories instead of always detecting the backend configuration.
This should allow Guardian to still detect which directories have changed and instead marry that against a list of provided directories.
### Detailed design
```markdown
We should probably introduce a config file at this point to start allowing greater customization to guardians features.
```
### Alternatives considered
_No response_
### Additional information
_No response_
Contributor guide
Research direction
The issue proposes a configuration file to allow specifying directories instead of auto-detecting backends. Start by examining the existing backend detection logic in the codebase, likely in a main.go or config package. Look for how directories are currently scanned. 'Done' means users can provide a list of directories via config, and Guardian uses that list instead of searching.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100