detect_project_type
Identify project types in a directory by scanning for marker files like pyproject.toml, package.json, or Cargo.toml, so you can tailor builds, dependencies, and tooling.
Instructions
Guess the project type(s) present in a directory by looking for common marker files (pyproject.toml, package.json, Cargo.toml, etc.).
Args: path: Directory to inspect, relative to the workspace root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | . |