Detect Projects
detect_projectsIdentifies project roots and matching adapters in a repository, providing the groundwork for test architecture audits.
Instructions
Detect project roots and matching adapters inside a repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoRoot | Yes | Repository root path. | |
| excludeProjectRoots | No | Optional exact project roots or subtree patterns such as examples/** to exclude before returning detected projects. |