Entry points
entry_pointsIdentify a repository's true entry points across package.json, bin scripts, CLI conventions, and Python modules to orient before exploring or running the project.
Instructions
Detect where a repository actually starts executing: package.json bin/main/exports targets, bin/ scripts, index and cli conventions, and Python entry modules. Use it to orient before exploring or running a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the repository root |