project_info
Orient in an unfamiliar repository in one call: get languages, package manager, dependencies, frameworks, scripts, entry points, test/build/lint commands, git state, and config files.
Instructions
Orient yourself in an unfamiliar repository in ONE call: languages by file count and lines, package manager and manifests, dependencies and detected frameworks, available scripts, entry points, test/build/lint commands, git branch and dirty state, and config files. Much cheaper than exploring the tree by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory. Default: server cwd. | |
| deps | No | Include the dependency list. Default true. | |
| max_bytes | No | Byte cap on returned output. | |
| max_files | No | Cap on files scanned for language stats. Default 20000. |