src/ directory of a monorepo.
Accessing repository settings
Go to Settings → Repositories in the Detail dashboard, then click the name of the repository you want to configure.Per-repository settings
Bug Finder
Enable or disable the Bug Finder agent for this repository. Set path filters to focus scanning on specific directories and skip test or vendor code.
Dead Code
Enable or disable automated dead code detection. When enabled, Detail opens pull requests to remove unreachable code it finds during scans.
Doc Fixes
Enable or disable documentation drift detection. Set the run frequency to weekly (once per week) or weekdays (Monday through Friday).
Recent-Changes Mode
Restrict scans to code introduced in the last N days instead of scanning the full repository. Useful for large codebases where you want fast feedback on recent work.
Path filters
Use glob patterns to include or exclude directories from scanning. Path filters apply to the Bug Finder and Doc Fixes agents.- Patterns follow standard glob syntax —
**matches any number of directories - Exclusion patterns start with
!and take precedence over inclusion patterns - If no filters are set, Detail scans the entire repository
Adding repositories
Click Add Repository
Click the Add Repository button. Detail shows you a list of repositories accessible via the installed Detail GitHub App.
If the repository you want isn’t listed, you may need to update the Detail GitHub App’s repository access first. Go to GitHub → Settings → Applications → Detail and add the repository under Repository access.